What problem does it solve?
React and Next.js projects often suffer from performance regressions due to suboptimal rendering, large bundle sizes, and inefficient data fetching. This skill consolidates proven patterns and guidelines to help teams write, review, and refactor code for speed and reliability.
Core Features & Use Cases
- 57 rules across 8 categories, covering eliminating waterfalls, bundle size optimization, server-side performance, client-side data fetching, re-render optimization, rendering performance, JavaScript performance, and advanced patterns.
- Clear guidance for real-world workflows including writing, reviewing, refactoring, and automated code generation to enforce consistent performance improvements.
- Actionable patterns and checklists that apply to React components, Next.js pages, data-fetching strategies, and build optimizations to reduce latency and enhance user experience.
Quick Start
Review the guidelines and start applying the recommended patterns to your React/Next.js components, pages, and data-fetching code to start improving performance.