vercel-react-best-practices

Apply prioritized React and Next.js performance rules to component authoring, code reviews, and refactors.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ProfFroggo/froggo-mission-control --skill vercel-react-best-practices-proffroggo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/ProfFroggo/froggo-mission-control/tree/main/.claude/skills/react-best-practices
Command: npx skills add https://github.com/ProfFroggo/froggo-mission-control --skill vercel-react-best-practices-proffroggo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive, battle-tested set of React and Next.js performance guidelines to reduce rendering times, optimize bundles, and improve user-perceived speed across modern web apps.

Core Features & Use Cases

  • Extensive rule set: 58 rules across 8 categories, prioritized to guide performance improvements.
  • Practical workflows: Supports writing, reviewing, and refactoring React/Next.js code with performance in mind.
  • Use Case: When building or reviewing React components, Next.js pages, or data-fetching logic, apply these guidelines to improve performance.

Quick Start

Consult these guidelines during React/Next.js development to ensure adherence to performance best practices.

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?

Optimize React and Next.js performance by applying a prioritized rule set during code reviews. This covers 58 rules across 8 categories, targeting bundle size optimization, server-side performance, and eliminating data fetching waterfalls.

What are the best practices for reducing Next.js bundle size?

Best practices for reducing Next.js bundle size involve applying targeted optimization rules to component authoring and data fetching logic. This enforces strict bundle size optimization guidelines to improve overall web vitals and user-perceived speed.

How do I eliminate data fetching waterfalls in React components?

Eliminate data fetching waterfalls in React components by following structured client-side data fetching guidelines. These rules prioritize parallel fetching patterns to significantly reduce rendering times and improve web vitals.

When should I apply Next.js server-side performance optimizations?

Apply Next.js server-side performance optimizations when building or refactoring Next.js pages and data-fetching logic. These guidelines ensure server-side rendering processes are optimized to improve user-perceived speed across modern web apps.

Are these React performance guidelines suitable for refactoring existing components?

Yes, these React performance guidelines are suitable for refactoring existing components. They provide a battle-tested framework to systematically evaluate and improve rendering times and bundle size during component refactors.