3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

React開発を2年続けて学んだ事

Posted at

ここ2年Reactベースのアプリを開発してきました。
開発も一段落するので開発する中で得た知見を整理したいと思います。
とりあえず、ざっと以下に書き並べてみました。

  1. useStateやuseEffectを使用する上での注意点
  2. Component分割
  3. グローバルな状態の保持方法
  4. React Query(TanStackQuery)について
  5. Suspenseの利用
  6. ErrorBoundaryの扱い
  7. React Routerについて
  8. wsによる高頻度push受信と画面への描画
  9. storybookの導入について
  10. Jest及びReact-Testing-Libraryでのテスト
  11. その他

粒度もバラバラだったり未だはっきりしない部分もありますが、他にも思いついたら追加していきます。
また、それぞれの項目については長くなると思うので個別に記事を書いていきます。

3
1
0

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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?