開発自動化

React Best Practices

Apply practical patterns for React components, state, and project structure.

カテゴリ
開発と自動化
元リポジトリ
Vercel
タグ
3
  • react
  • frontend
  • best-practices

基本情報

カテゴリ

開発と自動化

向いていること

React component design, state organization, and implementation practices

元リポジトリ

Vercel

タグ

react, frontend, best-practices

使いどころ

This skill is basically a React / Next.js performance rule set, not a UI styling guide. The source organizes 65 rules across 8 categories, with the first priorities focused on async waterfalls, bundle size, and server-side performance.

That means its real use case is code review, refactoring, and performance work: parallelizing data fetches, breaking up imports, keeping logic on the server, and cutting unnecessary rerenders. It is for finding concrete performance problems, not for generic best-practice fluff.

ソースリンク

これらのボタンは確認済みの GitHub skill フォルダへ直接移動します。

GitHub

Vercel

Vercel の react-best-practices skill フォルダへ直接移動します。

react-best-practices

公式

GitHub を開く