vercel-react-best-practices

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses common performance bottlenecks in React and Next.js applications, ensuring faster load times, smoother user experiences, and more efficient code.

Core Features & Use Cases

  • Performance Auditing: Provides over 45 rules across 8 categories to identify and fix performance issues.
  • Code Optimization: Offers concrete examples and best practices for improving bundle size, server-side rendering, client-side data fetching, and re-render efficiency.
  • AI-Assisted Development: Designed for agents and LLMs to consistently apply Vercel's engineering standards to React/Next.js codebases.
  • Use Case: When developing a new Next.js feature, use this Skill to ensure all data fetching is parallelized, bundle sizes are minimized, and components re-render efficiently, leading to a significantly faster user-facing application.

Quick Start

Apply the vercel-react-best-practices skill to refactor the provided 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 performance during development?

React and Next.js performance optimization involves eliminating data fetching waterfalls, minimizing bundle size, and improving re-render efficiency. This Skill provides over 45 rules across 8 categories to guide AI agents in applying Vercel engineering standards.

What are the best practices for server-side data fetching in Next.js?

Best practices for Next.js server-side data fetching include parallelizing requests to eliminate waterfalls and using Vercel engineering standards. This Skill provides concrete examples to improve both server-side and client-side data fetching efficiency.

How can I reduce bundle size in a React application?

You can reduce React bundle size by applying the concrete optimization examples and best practices in this Skill. It enforces Vercel engineering standards to help developers and AI agents minimize JavaScript payload and refine rendering performance.

Does this Skill work with AI agents to refactor React code?

Yes, this Skill is designed for AI-assisted development, allowing agents and LLMs to consistently apply Vercel's engineering standards to React and Next.js codebases for automated code generation and performance refactoring.

When should I use React performance optimization rules?

Use React performance optimization rules when developing new Next.js features to ensure data fetching is parallelized, bundle sizes are minimized, and components re-render efficiently, leading to a significantly faster user-facing application.

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

The best way to eliminate data waterfalls in Next.js is to parallelize server-side and client-side data fetching. This Skill provides categorized rules and concrete examples to identify and fix these performance bottlenecks.