This is a sample code of helix. I used regular React libraries not ClojureScript culture's one.
- Chakra UI
- helix
- react-router-dom
- jotai
- axios
- react-hook-form
- test by testing-library/react and jsdom
npm install
npm run dev
npm run test
we cannot use pnpm, unfortunately
- Normal form: src/helix_init/pages/sign_up.cljs
- React Hook Form: src/helix_init/pages/sign_in.cljs
- dummy jwt token authentication with jotai
- Axios, jotai loadable: src/helix_init/components/random_cat.cljs
- Sample test code