vercel-react-best-practices

Apply prioritized React and Next.js performance rules across codebases.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill vercel-react-best-practices-danielkhigay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/vercel-react-best-practices
Command: npx skills add https://github.com/danielkhigay/gaz --skill vercel-react-best-practices-danielkhigay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates React and Next.js performance guidelines into a practical, role-oriented framework to help teams write, review, and refactor code with a focus on speed, reliability, and maintainability.

Core Features & Use Cases

  • Structured, prioritized rules across 8 categories (async, bundle-size, server, client, rerender, rendering, js, advanced) to guide automated refactoring and code generation.
  • Concrete examples, actionable patterns, and decision guidance spanning waterfalls, bundle optimization, SSR, data fetching, rendering, and advanced patterns.
  • Clear applicability to tasks involving React components, Next.js pages, server actions, routing, and performance improvements to streamline engineering reviews.

Quick Start

Review a React/Next.js project and begin applying the eight-category priorities to identify and fix performance bottlenecks.

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 identify and fix React and Next.js performance bottlenecks in my codebase?

To identify and fix React and Next.js performance bottlenecks, apply a prioritized set of rules across eight categories including data fetching, bundle optimization, and rendering. This framework guides automated refactoring to improve speed and maintainability.

What are the best practices for optimizing bundle size and server components in Next.js?

Best practices for optimizing bundle size and server components involve applying structured guidelines across async, bundle-size, server, and client categories. Concrete examples and decision guidance help streamline code generation and engineering reviews for faster page loads.

How do I apply React performance guidelines for safe automated refactoring?

To apply React performance guidelines for safe automated refactoring, use a structured framework that provides concrete examples, references, and guardrails. This ensures speed and reliability when modifying component design, routing, and server actions.

Does this Next.js performance framework work for both client and server side rendering tasks?

Yes, this Next.js performance framework works for both client and server side rendering tasks. It enforces prioritized rules across server, client, and rendering categories to address waterfalls, bundle optimization, and data fetching comprehensively.

What is the best way to prevent waterfalls and rerender issues in React applications?

The best way to prevent waterfalls and rerender issues in React applications is to apply prioritized rules across dedicated rerender and async categories. This provides actionable patterns and decision guidance for optimizing data fetching and component rendering.