What problem does it solve?
This Skill addresses performance bottlenecks in React and Next.js applications, such as network waterfalls, bloated bundle sizes, and inefficient re-renders, which often degrade user experience and increase infrastructure costs.
Core Features & Use Cases
- Performance Auditing: Provides 57 actionable rules across 8 categories to identify and resolve common React/Next.js performance issues.
- Automated Refactoring Guidance: Offers clear "incorrect vs. correct" code patterns to help developers and AI agents implement optimizations like parallel data fetching, dynamic imports, and memoization.
- Use Case: Use this Skill when refactoring a slow-loading dashboard to eliminate sequential API calls, reduce initial bundle size by replacing barrel imports, and implement strategic Suspense boundaries for faster perceived performance.
Quick Start
Apply the vercel-react-best-practices skill to analyze the current component and suggest optimizations for eliminating network waterfalls and improving rendering performance.