next.js と reacoil のサンプルを作ってみた
- 2021/09/09 プロジェクトを作る。
- TypeScript
- Next.js
- Recoil
- material-ui
- tailwindcss
- react-form-hooks
redux は re-ducks パターンというものでサンプルを作ってみた。
Start
# Starts the development server.
yarn dev
# Builds the app for production.
yarn build
# Runs the built app in production mode.
yarn start
We suggest that you begin by typing:
cd next-recoil-sample
yarn dev