c68b3ba021
Debug the typo. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
default.nix | ||
dir-locals.nix | ||
package.json | ||
postcss.config.js | ||
README.md | ||
shell.nix | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
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.