What problem does it solve? React and Next.js codebases often suffer from performance issues like data-fetching waterfalls, bloated bundles, unnecessary re-renders, and inefficient server-side patterns. This Skill provides 64 prioritized, impact-rated rules from Vercel Engineering so AI agents and developers can consistently write, review, and refactor performant React/Next.js code. ## Core Features & Use Cases - 64 Prioritized Rules Across 8 Categories: Covers eliminating waterfalls, bundle size optimization, server-side performance, client-side data fetching, re-render optimization, rendering performance, JavaScript performance, and advanced patterns, each rated by impact from CRITICAL to LOW. - Incorrect vs. Correct Code Examples: Every rule includes concrete TypeScript/TSX examples showing the wrong pattern, the right pattern, and the reasoning behind it. - Use Case: When refactoring a Next.js page that fetches data sequentially, apply the async-parallel and server-parallel-fetching rules to convert sequential awaits into Promise.all() calls and component composition, cutting response times by 2-10x. ## Quick Start Ask the AI to review your React component or Next.js page against the Vercel React best practices rules and suggest performance improvements.