vercel-react-best-practices

Apply 57 rules across 8 categories to optimize React and Next.js applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidelines to optimize React and Next.js applications, addressing critical performance bottlenecks like waterfalls, bundle size, and server-side rendering.

Core Features & Use Cases

  • Performance Optimization: Apply over 50 rules across 8 categories, from critical bundle size reduction to advanced rendering patterns.
  • Code Refactoring Guidance: Use specific rules to refactor code for faster load times, improved interactivity, and reduced server costs.
  • Use Case: Ensure your Next.js application loads instantly by implementing rules for eliminating waterfalls and optimizing bundle imports, leading to a significantly better user experience.

Quick Start

Apply the vercel-react-best-practices skill to refactor the current React component for optimal 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 application performance?

To optimize React and Next.js application performance, apply over 50 rules across 8 categories covering waterfalls, bundle size, server-side rendering, client-side data fetching, and re-render optimization to refactor components for faster load times.

What is the best way to reduce bundle size in Next.js?

The best way to reduce bundle size in Next.js is to apply specific optimization rules that eliminate waterfalls and optimize bundle imports, leading to significantly faster load times and improved interactivity.

How do I fix React component re-rendering issues?

Fix React component re-rendering issues by applying targeted rules for rendering performance and client-side data fetching optimization, ensuring optimal performance during automated refactoring and code generation.

Can I use these rules to refactor existing React code automatically?

Yes, you can use these rules to refactor existing React code automatically by applying the skill to your current components, which provides specific guidelines to eliminate bottlenecks and ensure optimal performance.

Why does my Next.js app have slow server-side rendering performance?

Slow server-side rendering performance in Next.js apps is addressed by applying specific rules for server-side performance and advanced rendering patterns, which reduces server costs and improves overall load speeds.

What are advanced patterns for React performance optimization?

Advanced patterns for React performance optimization include techniques for eliminating waterfalls, optimizing client-side data fetching, and improving JavaScript performance, structured across 57 rules prioritized by impact.