vercel-react-best-practices

Apply React and Next.js performance rules to optimize apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps engineering teams reliably apply React and Next.js performance best practices to improve load times, user experience, and maintainable code, enabling AI-assisted review and automated refactoring.

Core Features & Use Cases

  • 70 rules across 8 priority categories (Eliminating Waterfalls, Bundle Size Optimization, Server-Side Performance, Client-Side Data Fetching, Re-render Optimization, Rendering Performance, JavaScript Performance, Advanced Patterns) to guide automated refactoring and code generation.
  • Concrete explanations and examples that support AI agents in identifying, prioritizing, and implementing performance improvements.
  • Suitable for code reviews, onboarding, and generating performance optimization tasks for React and Next.js projects.

Quick Start

Review and refactor your React/Next.js codebase using the Vercel React Best Practices guidelines.

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 reviews?

To optimize React and Next.js performance, you can apply seventy rules across eight priority categories covering bundle size, server-side rendering, and data fetching to guide AI-assisted code reviews and automated refactoring.

What is the best way to eliminate data fetching waterfalls in Next.js apps?

The best way to eliminate data fetching waterfalls in Next.js is by applying the specific guidelines within the client-side data fetching and server-side performance categories to identify and resolve sequential request patterns.

Can I use these React best practices for automated refactoring workflows?

Yes, you can use these React best practices for automated refactoring workflows because the rules provide concrete explanations and examples that support AI agents in identifying, prioritizing, and implementing code improvements.

How does server-side rendering performance impact Next.js bundle optimization?

Server-side rendering performance directly impacts bundle optimization by shifting heavy computation to the server, which the guide addresses through distinct priority categories for both server-side performance and bundle size reduction.

When do I need to apply re-render optimization rules in React components?

You need to apply re-render optimization rules in React components when addressing rendering performance bottlenecks, utilizing the guide's specific category to identify unnecessary renders and apply advanced pattern improvements.

Does this guide cover JavaScript performance for React component design?

Yes, this guide covers JavaScript performance for React component design by enforcing dedicated priority categories for both rendering performance and core JavaScript performance improvements across your project.