tvl-depot/website/goals
William Carroll 89cd77a64b Create wpcarro.dev/goals
Create a simple React app to define my goals. See the goals/README.md for more
context.
2020-03-25 16:30:22 +00:00
..
default.nix Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
index.html Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
index.jsx Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
package-lock.json Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
package.json Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
README.md Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
shell.nix Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00

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.