vercel-react-best-practices

Apply 57 React and Next.js performance rules across writing, reviewing, and refactoring tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ldsgroups225/Yeko --skill vercel-react-best-practices-ldsgroups225
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/ldsgroups225/Yeko/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/ldsgroups225/Yeko --skill vercel-react-best-practices-ldsgroups225

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vercel React Best Practices provides a centralized, practical guide to optimize performance in React and Next.js projects, helping teams avoid common bottlenecks.

Core Features & Use Cases

  • 57 rules across 8 priority categories, from eliminating waterfalls to JS performance, with concrete examples.
  • Guidelines for server actions, data fetching, rendering optimizations, and bundle size reductions.
  • Useful during writing new components, reviewing code, or refactoring for performance improvements.

Quick Start

Review your current codebase and apply the most impactful patterns from the guide to existing components and pages.

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 during code review?

To optimize React and Next.js performance during code review, apply 57 codified rules across 8 categories covering data fetching, server actions, and rendering to identify bottlenecks and guide refactoring.

What are the best practices for eliminating data fetching waterfalls in Next.js?

Best practices for eliminating data fetching waterfalls in Next.js involve applying specific rules from this guide that prioritize parallel data fetching and optimize server actions to prevent sequential rendering bottlenecks.

How do I reduce JavaScript bundle size when refactoring React components?

Reduce JavaScript bundle size when refactoring React components by following concrete guidelines for bundle size reduction and rendering optimizations provided across 57 high-impact rules.

Can I use these React optimization rules for writing new components or only for refactoring?

You can use these React optimization rules for writing new components, reviewing existing code, and refactoring tasks, providing concrete examples across data-fetching, bundling, and rendering scenarios.

What specific rendering optimizations should I apply to Next.js pages?

For Next.js pages, apply rendering optimizations and server action guidelines detailed in the 8 priority categories, which provide concrete examples for improving page load performance and JS execution.