Skip to content

MichaelDimmitt/trussworks-storybook-starter

Repository files navigation

Link to the storybook - https://trussworks.github.io/react-uswds/?path=/docs/welcome--docs
Link to the github - https://github.com/trussworks/react-uswds
Note, this is not the one we are using: figma link. https://www.figma.com/community/file/836611771720754351 Link to writeup on USWDS - https://gist.github.com/MichaelDimmitt/2ade952c70efcb16c95599396e86bfc4

Install:

  1. nvm use 18;
  2. yarn install;
  3. yarn run dev;

Todo Items:

  1. add react router
  2. build pages.
  3. network request pattern, possibly just useEffect({makeRequest}, []) + useCallback - see link: https://stackoverflow.com/a/53572588/5283424
  4. folder structure: src/pages, src/utils, src/hooks,
  5. forms
  6. we should resist making new components, for speed. but if needed will eventually make it into a new storybook that we npm publish. which I can do on thursday pretty quickly.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published