LoginSignup
5
3

More than 3 years have passed since last update.

僕が考えた最強の React 技術スタック

Last updated at Posted at 2020-06-25

開発

フレームワーク

  • 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

Formatter

環境変数

気になってる

5
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3