What problem does it solve?
This Skill codifies battle-tested React and Next.js performance guidelines to help teams prevent regressions, accelerate page load, and deliver a smoother user experience across environments.
Core Features & Use Cases
- Eliminate waterfalls and optimize data fetching patterns for faster interactions.
- Bundle size optimization through selective imports and code-splitting patterns.
- Server-Side Performance improvements for SSR/Server Actions with safe, parallelized data fetching.
- Client-Side Data Fetching strategies that reduce duplicate requests and improve cache usage.
- Re-render & Rendering Performance techniques to minimize unnecessary work and ensure snappy UI.
- JavaScript Performance micro-optimizations for hot paths.
- Advanced Patterns for edge cases like server components and transitions.
- Real-world scenarios: code reviews, feature refactors, performance audits, and build-time assessments.
Quick Start
Use this skill as a reference during development and reviews. Start by scanning new or changed components for data fetching, rendering, and import patterns, then apply the guidelines described in AGENTS.md to enforce consistent, high-performance implementations.