What problem does it solve?
This Skill solves common performance bottlenecks in React and Next.js applications, including async waterfalls, oversized bundles, unnecessary re-renders, and suboptimal server-side rendering that lead to slow load times, poor user experience, and low SEO rankings.
Core Features & Use Cases
- 40+ Prioritized Performance Rules: Comprehensive guidelines across 8 categories ranked by impact (critical to low) to guide automated refactoring, code generation, and code review.
- Full Coverage of Key Performance Areas: Rules for eliminating async waterfalls, reducing bundle size, optimizing server-side rendering, improving client-side data fetching, minimizing re-renders, and optimizing DOM/JavaScript performance.
- Real-World Use Cases: Use when writing new React/Next.js components, reviewing code for performance issues, refactoring existing codebases, or optimizing bundle size and load times for production applications.
Quick Start
Use the react-best-practices skill to audit your existing Next.js e-commerce product page and implement the top 3 high-impact performance improvements to reduce initial load time and improve Time to Interactive.