vercel-react-best-practices

Apply 57 performance rules across 8 categories to React and Next.js projects.

6|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/kicchann/reqord --skill vercel-react-best-practices-kicchann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/kicchann/reqord/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/kicchann/reqord --skill vercel-react-best-practices-kicchann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill codifies best practices to maximize the performance of React and Next.js applications, helping teams write faster, more scalable UI.

Core Features & Use Cases

  • Provides guidelines across 57 rules in 8 categories to guide performance-focused development, reviews, and automated code generation.
  • Prioritizes critical patterns (Eliminating Waterfalls, Bundle Size Optimization, Server-Side Performance) and covers client-side data fetching, rendering, and JavaScript performance.
  • Supports maintenance workflows by offering structured best-practice guidance for writing, reviewing, or refactoring React/Next.js code.

Quick Start

Review the guide and apply the 57 rules to your React/Next.js codebase to boost performance.

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 for new components and routes?

Reduce bundle size in Next.js by applying structured optimization guidelines that target server-side performance, eliminate waterfalls, and refine client-side rendering and JavaScript execution.

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

Best practices for eliminating data fetching waterfalls involve applying proven optimization rules that restructure client-side fetching and rendering sequences to maximize server-side performance and UI scalability.

Can I use these optimization rules for React code reviews and refactoring?

You can use these optimization rules for React code reviews and refactoring, as the guidelines support maintenance workflows by offering structured best-practice guidance for writing and reviewing performance-focused code.

Does this guide cover server components and server-side performance in Next.js?

The guide covers server components and server-side performance in Next.js, prioritizing these critical patterns alongside bundle size optimization and client-side rendering within its 57 rules.

What categories of JavaScript performance issues do these React rules address?

These React rules address JavaScript performance issues across 8 categories, covering client-side data fetching, rendering, bundle size reduction, and server-side performance to help teams write faster UI.