開発
フレームワーク
-
Next.js
$ npx create-next-app
-
with-typescript-eslint-jest
を選択すると、いい感じに色々入る
ルーター
※ Next.js を使わない場合
状態管理
フォーム
コンポーネントフレームワーク
HTTP クライアント
Firebase
ユニットテスト
開発補助
スタイルガイド
-
Storybook
$ npx -p @storybook/cli sb init --type react
$ npx -p @storybook/cli sb init --type react_scripts
Linter
-
ESLint
$ npx eslint --init
- eslint-plugin-react
- eslint-plugin-react-hooks
- eslint-plugin-jsx-a11y
- eslint-config-airbnb
-
lint-staged
$ npx mrm lint-staged