What problem does it solve?
This Skill helps teams prevent common React and Next.js performance regressions by providing proven patterns for eliminating waterfalls, shrinking bundles, optimizing server rendering, and reducing unnecessary re-renders.
Core Features & Use Cases
- Waterfall elimination: apply parallelization and streaming-friendly patterns to speed up data loading paths.
- Bundle size optimization: avoid expensive barrel imports, defer non-critical third-party code, and use dynamic imports and preloading for better TTI/LCP.
- Render and RSC/SSR efficiency: reduce serialization payloads, avoid shared request state, and optimize re-renders with derived-state and transition patterns.
Use it when you are working on React components, Next.js pages, client/server data fetching flows, or when reviewing code for performance improvements and automated refactoring opportunities in agent-led workflows.
Quick Start
Use the vercel-react-best-practices skill to refactor the relevant React and Next.js code for faster load times and fewer unnecessary renders.