vercel-react-best-practices

Apply React and Next.js performance best practices to codebases.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/geinala/entry --skill vercel-react-best-practices-geinala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/geinala/entry/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/geinala/entry --skill vercel-react-best-practices-geinala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive, structured set of React and Next.js performance guidelines maintained by Vercel Engineering to help teams write faster, smaller, and more maintainable code.

Core Features & Use Cases

  • 57 rules across 8 categories addressing waterfalls, bundle size, server-side & client-side performance, rendering patterns, and advanced techniques.
  • Practical anti-patterns, code examples, and refactor strategies to audit and improve codebases.
  • Use cases include reviewing components, pages, data-fetching flows, and build optimizations in production-grade React/Next.js apps.

Quick Start

Apply these guidelines to an existing project by identifying a bottleneck (e.g., waterfalls, bundle size, hydration) and applying a relevant rule to iterate toward measurable performance improvements.

Frequently Asked Questions about vercel-react-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize React and Next.js performance bottlenecks like waterfalls and bundle size?

To optimize React and Next.js performance, you can apply a comprehensive set of 57 best practices across 8 categories, addressing waterfalls, bundle size, and rendering patterns to iterate toward measurable improvements.

What's the best way to audit a production-grade React codebase for performance anti-patterns?

The best way to audit a React codebase is by applying structured performance guidelines that provide practical anti-patterns, code examples, and refactor strategies to review components, pages, and data-fetching flows.

How do I fix Next.js server-side rendering and hydration issues?

To fix Next.js server-side rendering and hydration issues, apply targeted best practices covering server-side and client-side performance, rendering patterns, and advanced techniques to ensure safe, auditable refactoring.

Can I use these Vercel engineering best practices for refactoring existing React components?

Yes, you can use these Vercel engineering best practices for refactoring existing React components, as they enforce safe, auditable refactoring guidance with practical code examples across the full development lifecycle.

Why does my Next.js bundle size remain large after code optimization?

Your Next.js bundle size may remain large if specific build optimization rules are not applied; identifying the bottleneck and applying relevant build optimization techniques helps reduce the bundle size effectively.