vercel-react-best-practices

Installation
Summary

45 performance optimization rules for React and Next.js, organized by impact and category.

  • Covers 8 rule categories from eliminating waterfalls and bundle optimization (critical) through JavaScript performance and advanced patterns (low priority)
  • Each rule includes explanation, before/after code examples, and context to guide automated refactoring and code generation
  • Prioritized by impact: waterfalls and bundle size are critical; server-side performance and re-render optimization are high/medium priority
  • Designed for use when writing components, implementing data fetching, reviewing code, or optimizing performance in React/Next.js applications
SKILL.md

Vercel React Best Practices

Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Writing new React components or Next.js pages
  • Implementing data fetching (client or server-side)
  • Reviewing code for performance issues
  • Refactoring existing React/Next.js code
  • Optimizing bundle size or load times

Rule Categories by Priority

Related skills
Installs
1.2K
GitHub Stars
929
First Seen
Jan 23, 2026