What problem does it solve?
This skill consolidates React and Next.js performance best practices into a practical framework to guide development, reviews, and refactoring, helping teams ship faster and avoid regressions.
Core Features & Use Cases
- Extensive rule set across 8 categories (Eliminating Waterfalls, Bundle Size, Server-Side Performance, Client-Side Data Fetching, Re-render Optimization, Rendering Performance, JavaScript Performance, Advanced Patterns) to address common performance pitfalls.
- Actionable patterns for real-world tasks such as refactoring server actions, reducing bundle size, enabling parallel data fetching, and using Suspense effectively.
- Use Case: apply these guidelines when building or auditing React/Next.js apps to improve initial paint, reduce waterfalls, and enhance user experience through codified rules.
Quick Start
Use the skill to audit a component or page against the 57 rules and iteratively apply the recommended changes. Start with bottlenecks like waterfalls, bundle size, and data fetching, then repeat performance checks after each change.