|
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| index.html | ||
| index.jsx | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| shell.nix | ||
Goals
Kent C. Dodds taught me that I can create a React website without any bundling
software. To practice this, I created a simple React app to track some of my
goals. Notice how I wrote JSX inside of a <script type="text/babel"> tag.