Optimizes React and Next.js applications using engineering standards and performance patterns maintained by Vercel.
This skill integrates Vercel’s authoritative engineering standards directly into your development workflow to build high-performance React and Next.js applications. It provides 45 specialized rules focused on critical areas such as eliminating data-fetching waterfalls, optimizing bundle sizes through dynamic imports, and minimizing server-side serialization overhead. Whether you are refactoring legacy code or scaffolding new components, this skill ensures your implementation follows modern best practices for rendering efficiency, state management, and JavaScript execution speed, helping you achieve better Core Web Vitals and a smoother user experience.
주요 기능
01Advanced re-render prevention and client-side state management patterns
02Server-side performance tuning for Next.js App Router and Server Components
03Waterfall elimination patterns for faster data fetching and streaming
040 GitHub stars
05Automated performance audits based on 45 Vercel Engineering rules
06Bundle size optimization strategies including barrel import reduction
사용 사례
01Refactoring large Next.js applications to improve Core Web Vitals and PageSpeed scores
02Implementing Vercel-standard React coding patterns during the development of new features
03Performing deep code reviews to identify hidden data fetching bottlenecks or heavy bundle imports