vercel-react-best-practices

Apply Vercel performance rules to React and Next.js code reviews.

18|4|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill vercel-react-best-practices-louisbrulenaudet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/louisbrulenaudet/monorepo-template/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill vercel-react-best-practices-louisbrulenaudet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses performance bottlenecks in React and Next.js applications by providing a comprehensive, Vercel-engineered guide to eliminating waterfalls, optimizing bundle sizes, and improving rendering efficiency.

Core Features & Use Cases

  • Performance Rules: Access 70+ prioritized rules covering async data fetching, server-side performance, and re-render optimization.
  • Automated Refactoring: Use these guidelines to guide AI agents in generating production-ready, high-performance code.
  • Use Case: When refactoring a slow Next.js page, consult this Skill to identify and eliminate sequential data fetching waterfalls or to implement dynamic imports for heavy components.

Quick Start

Apply the vercel-react-best-practices skill to review the current component implementation and suggest performance optimizations based on the provided rules.

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 to eliminate data fetching waterfalls?

To optimize React and Next.js performance, apply Vercel-engineered guidelines that eliminate sequential data fetching waterfalls by prioritizing parallel fetching and reducing bundle sizes. This approach improves rendering efficiency and overall application speed.

What are the best practices for reducing bundle size in a Next.js web application?

Best practices for reducing bundle size in a Next.js application include using dynamic imports for heavy components and following prioritized optimization rules. These web development techniques ensure only necessary code loads, improving page load times.

Can I use these React optimization rules to guide AI-assisted code refactoring?

Yes, you can use these React optimization rules to guide AI-assisted code refactoring. The guidelines are specifically designed for AI-assisted workflows, enabling automated agents to generate production-ready, high-performance code during refactoring tasks.

Why does my Next.js page render slowly, and how do I fix re-rendering issues?

Your Next.js page may render slowly due to sequential data fetching waterfalls and inefficient re-renders. Fix these performance bottlenecks by applying targeted optimization rules for server-side performance and component rendering efficiency.

Do I need to manually review code to implement async data fetching optimization?

You do not need to manually review code to implement async data fetching optimization. By applying these performance rules to your workflow, AI agents can automatically suggest and implement optimized data fetching patterns for your components.