What problem does it solve?
This skill provides a structured, actionable set of performance optimization guidelines for React and Next.js, helping teams write, review, and refactor code to meet efficiency standards.
Core Features & Use Cases
- Comprehensive rules across 8 priority-based categories (Eliminating Waterfalls, Bundle Size Optimization, Server-Side Performance, Client-Side Data Fetching, Re-render Optimization, Rendering Performance, JavaScript Performance, and Advanced Patterns) with practical examples.
- Clear guidance for when to apply patterns in tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements, enabling automated reasoning and refactoring.
- Practical patterns such as deferred awaits, parallel fetches, suspense boundaries, dynamic imports, per-request caching, and safe cross-cutting optimizations.
Quick Start
Begin by selecting a React/Next.js task (e.g., optimize a data fetch in a page) and apply the corresponding best-practice patterns to reduce waterfalls, shrink bundle size, and accelerate rendering.