tvl-depot/website/goals
William Carroll e4ddc3ba75 Prefer builtins.path
Thanks to the Nix anti-patterns documented here...

https://nix.dev/anti-patterns/language.html#reproducability-referencing-top-level-directory-with

...I'm cleaning up some of my Nix expressions. Read the article for more
context.
2020-07-02 13:28:59 +01:00
..
src Run Prettier across projects 2020-03-27 10:59:50 +00:00
.gitignore Add node_modules to .gitignore of boilerplate/typescript 2020-03-27 10:59:50 +00:00
default.nix Prefer builtins.path 2020-07-02 13:28:59 +01:00
dir-locals.nix Drop support for lorri 2020-03-27 10:59:50 +00:00
package.json Run Prettier across projects 2020-03-27 10:59:50 +00:00
postcss.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
README.md Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
shell.nix Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
tailwind.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
tsconfig.json Run Prettier across projects 2020-03-27 10:59:50 +00:00
yarn.lock Run Prettier across projects 2020-03-27 10:59:50 +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.