What problem does it solve? React and Next.js codebases often suffer from performance issues like async waterfalls, bloated bundles, unnecessary re-renders, and inefficient data fetching. This Skill provides 70 prioritized, actionable rules from Vercel Engineering so AI agents and developers consistently generate and refactor code that follows proven performance patterns. ## Core Features & Use Cases - 70 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, making it directly usable for automated refactoring and code review. - Use Case: When writing a Next.js API route that fetches user data, config, and posts sequentially, apply the waterfall elimination rules to restructure it with Promise.all() and early promise starts, cutting response time from three round trips to one. ## Quick Start Ask the AI to review your React component or Next.js page for performance issues using the Vercel React best practices rules.