You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,3 +68,16 @@ This section has moved here: [https://vitejs.dev/guide/build.html](https://vitej
68
68
### Troubleshooting
69
69
70
70
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