019f8fd211
git-subtree-dir: users/wpcarro git-subtree-mainline: |
||
---|---|---|
.. | ||
src | ||
.envrc | ||
.gitignore | ||
default.nix.ignore | ||
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.