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.