Optimizes React and Next.js application performance using 64 industry-standard rules curated from Vercel Engineering.
This skill integrates Vercel's authoritative performance guidelines directly into your development workflow, providing a comprehensive framework for writing high-performance React and Next.js code. It features 64 prioritized rules across eight critical categories, including waterfall elimination, bundle size optimization, and server-side execution. By applying these patterns during code generation or refactoring, the skill ensures that your applications adhere to modern best practices for speed, scalability, and optimal Core Web Vitals.
Key Features
01Reduces bundle sizes through dynamic imports and optimized dependency management.
020 GitHub stars
03Optimizes JavaScript execution using high-performance loop patterns and O(1) lookups.
04Eliminates critical request waterfalls using parallel fetching and Suspense boundaries.
05Minimizes unnecessary re-renders via advanced memoization and state derivation strategies.
06Enhances server-side performance with request deduplication and efficient serialization.
Use Cases
01Refactoring legacy React components to resolve performance bottlenecks and rendering lag.
02Architecting new Next.js pages with optimized data fetching and streaming patterns.
03Performing automated code reviews to ensure compliance with Vercel's performance standards.