V

vercel-react-best-practices

Par :vercel-labs·#3 tendance

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js…

27,000étoiles
Vu pour la première foisJan 19, 2026

Installation

Envoyez cette commande à votre agent IA :

npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices

Documentation

React and Next.js performance optimization guide with 64 prioritized rules across 8 categories.

  • Organized by impact level, from critical waterfalls and bundle optimization down to advanced patterns, each rule includes incorrect/correct code examples and explanations
  • Covers eight domains: async patterns, bundle size, server-side caching, client-side data fetching, re-render optimization, rendering performance, JavaScript efficiency, and advanced patterns
  • Designed for use during component writing, code review, refactoring, and performance audits on React and Next.js applications
  • Each rule has a prefix code (e.g., async-parallel, bundle-barrel-imports) for easy reference in automated tooling and documentation