Back to Directory
research
Vercel React Best Practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release – comprehensive React and Next.js performance optimization guide:
- Provides 45 best practice rules across 8 prioritized categories, each with a clear prefix.
- Designed for writing, reviewing, or refactoring React/Next.js code with a focus on performance.
- Includes quick-reference summaries and detailed guidelines for tasks like data fetching, bundle optimization, and render improvements.
- Each rule links to supporting files with explanations and example code.
- Maintained by Vercel Engineering with MIT license.