React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code involving components, Next.js pages, Server Components, Server Actions, data fetching, bundle size, rendering behavior, or performance improvements.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code involving components, Next.js pages, Server Components, Server Actions, data fetching, bundle size, rendering behavior, or performance improvements.
Vercel React Best Practices
Use this skill for React and Next.js performance work. The full Vercel guide is stored in references/full-guide.md; do not read the whole file by default.
Workflow
Identify the relevant performance area from the task or code under review.
Search references/full-guide.md for the matching section or rule heading.
Read only the relevant section before changing or reviewing code.
Prioritize higher-impact categories before lower-impact micro-optimizations.