Skip to content

Commit 9d098c9

Browse files
committed
added reference to The Beginner's Guide to React
1 parent 7cd5097 commit 9d098c9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,16 @@ This section has moved here: [https://vitejs.dev/guide/build.html](https://vitej
6868
### Troubleshooting
6969

7070
This section has moved here: [https://vitejs.dev/guide/troubleshooting.html](https://vitejs.dev/guide/troubleshooting.html)
71+
72+
73+
### The Beginner's Guide to React
74+
75+
This repository contains *The Beginner's Guide to React* by Kent C. Dodds in the subdirectory `bgtr`. The code in that directory is taken from https://github.com/kentcdodds/beginners-guide-to-react to enable working on and experimenting with the course's code without the need to install a development environment including node.js and friends.
76+
77+
The `.devcontainer` configuration in this repository enables the use in [GitHub's CodeSpaces](https://github.com/features/codespaces) as well as in local environments providing Docker and VS Code with the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
78+
79+
While the contents of *The Beginner's Guide to React* do not need the whole React ecosystem installed in the `.devcontainer` configuration, it may serve well for further explorations of React.
80+
81+
Adaptations made to make this work:
82+
- file `mockServiceWorker.js` in the root directory added to enable the example `bgtr/25-http.html`
83+
- directory `bgtr` added to include the code from *The Beginner's Guide to React* by Kent C. Dodds (https://github.com/kentcdodds/beginners-guide-to-react)

0 commit comments

Comments
 (0)