vercel-react-best-practices

Review React and Next.js components against Vercel performance guidelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, practical framework for optimizing React and Next.js performance, helping teams consistently apply proven guidelines during development, reviews, and refactoring.

Core Features & Use Cases

  • Guided performance rules: 57 rules across 8 categories to drive improvements in render, data fetching, and bundle sizes.
  • Code review and refactor helper: Enables quick identification of performance anti-patterns and recommended fixes.
  • Use Case: When reviewing a React page using Next.js, apply the guidelines to evaluate data fetching strategy and bundle split.

Quick Start

Use the vercel-react-best-practices skill to review a React component or Next.js page and generate a prioritized performance improvement plan.

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 review React components for Next.js performance issues?

Reviewing React components for Next.js performance involves applying 57 structured rules across 8 categories to identify anti-patterns in rendering, data fetching, and bundle splitting, generating a prioritized improvement plan.

What are Vercel best practices for reducing React bundle size?

Reducing React bundle size using Vercel best practices involves enforcing deterministic performance budgeting rules and safe refactoring patterns across client and server scenarios to optimize bundle splitting without compromising correctness.

Can I use these performance guidelines for both client and server rendering?

Yes, these performance guidelines apply to both client and server rendering scenarios, applying Vercel-backed rules to optimize data fetching and bundle sizes across the entire React and Next.js development spectrum.

What is the best way to refactor Next.js data fetching for web performance?

Refactoring Next.js data fetching for web performance is best achieved by applying a structured framework of 57 rules that evaluate data fetching strategies and enforce deterministic improvements during safe component refactoring.

When do I need a performance budget for my React application?

You need a performance budget for your React application when optimizing bundle sizes and enforcing deterministic improvements, utilizing structured Vercel guidelines to drive safe refactoring across client and server scenarios.

Why does my Next.js page have a large bundle size?

A large Next.js page bundle size often results from performance anti-patterns that a structured code review identifies, applying 57 rules across 8 categories to guide bundle optimization and safe component refactoring.