react-best-practices
React/Next.js performance optimization. Waterfalls, bundle size, rendering.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
React/Next.js performance optimization. Waterfalls, bundle size, rendering.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Structured iterative reasoning framework for deep problem solving, featuring verification loops and refinement stages.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Main application building orchestrator. Creates full-stack applications from natural language requests.
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation.
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting.
AI operational modes (BRAINSTORM, IMPLEMENT, DEBUG, REVIEW, TEACH, SHIP).
| name | react-best-practices |
| description | React/Next.js performance optimization. Waterfalls, bundle size, rendering. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
eliminate waterfalls -> atomize state -> premium aesthetic.
1-async-eliminating-waterfalls.md (CRITICAL): Network latency.2-bundle-bundle-size-optimization.md (CRITICAL): TTI/Load.3-server-server-side-performance.md (HIGH): SSR speed.4-client-client-side-data-fetching.md: SWR/Dedupe.5-rerender-re-render-optimization.md: Memo/Render.6-rendering-rendering-performance.md: Virtualization.7-js-javascript-performance.md: Micro-ops.8-advanced-advanced-patterns.md: Rare patterns.src/stores/).await in stores. Use Promise.all.dangerouslySetInnerHTML.NEXT_PUBLIC_ secrets.