tvl-depot/website/goals
William Carroll 0c71fc9d1d Drop support for dir-locals.nix, <nixpkgs>, etc.
In the spirit of Marie Kondo, I'm tidying up!

TL;DR:
- Prefer .envrc `use_nix` and delete all dir-locals.nix files
- Remove ~all references to <nixpkgs>, <unstable>, <depot> and prefer
  referencing each with briefcase.third_party.{pkgs,unstable,depot}
- Delete nixBufferFromShell function since I was only using that in
  dir-locals.nix files
2020-08-20 11:26:32 +01:00
..
src Run Prettier across projects 2020-03-27 10:59:50 +00:00
.envrc Drop support for dir-locals.nix, <nixpkgs>, etc. 2020-08-20 11:26:32 +01:00
.gitignore Add node_modules to .gitignore of boilerplate/typescript 2020-03-27 10:59:50 +00:00
default.nix.ignore Disable failing goals/default.nix 2020-08-20 11:26:31 +01: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 Drop support for dir-locals.nix, <nixpkgs>, etc. 2020-08-20 11:26:32 +01: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.