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 slow server responses. This Skill provides 69 prioritized, actionable rules from Vercel Engineering so AI agents and developers consistently apply proven optimization patterns instead of guessing. ## Core Features & Use Cases - 69 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 prioritized by impact from CRITICAL to LOW. - Incorrect vs. Correct Examples: Every rule includes concrete code comparisons with explanations and impact metrics to guide automated refactoring and code review. - Use Case: When reviewing a Next.js page that sequentially awaits user, posts, and comments fetches, apply the async-parallel rule to rewrite it with Promise.all(), cutting three network round trips down to one. ## Quick Start Ask the AI to review your React component or Next.js page against the Vercel React best practices and suggest performance improvements.