What problem does it solve?
Provides a concise, prioritized set of rules and patterns to eliminate performance regressions, reduce bundle size, and avoid server-client waterfalls in React and Next.js codebases so automated agents and engineers can produce faster, smaller, and more resilient applications.
Core Features & Use Cases
- Actionable Rules: 64+ rules across Eliminating Waterfalls, Bundle Size, Server-Side Performance, Client Data Fetching, Re-render Optimization, Rendering Performance, JavaScript micro-optimizations, and Advanced Patterns.
- Agent-Friendly Guidance: Explicit examples of incorrect vs. correct implementations and impact metrics for automated refactoring, code generation, and review workflows.
- Use Cases: Automated code reviews to remove sequential awaits, refactoring to dynamic imports, restructuring server components to parallelize fetches, and minimizing serialized props for client components.
Quick Start
Use vercel-react-best-practices to audit a React or Next.js component, identify waterfall and bundle issues, and produce prioritized fixes for improved load and render performance.