vercel-react-best-practices

Optimize React and Next.js performance with Vercel best practices.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ZJUxjy/opencode_lite --skill vercel-react-best-practices-zjuxjy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/ZJUxjy/opencode_lite/tree/main/skills/react-best-practices
Command: npx skills add https://github.com/ZJUxjy/opencode_lite --skill vercel-react-best-practices-zjuxjy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses common performance bottlenecks in React and Next.js applications, guiding developers towards more efficient code and architecture.

Core Features & Use Cases

  • Performance Optimization: Provides 57 rules across 8 categories to improve React/Next.js app speed.
  • Code Refactoring: Offers guidance for writing, reviewing, and refactoring code for better performance.
  • Use Case: When developing a new feature in a Next.js app, consult this skill to ensure data fetching is optimized and component re-renders are minimized.

Quick Start

Review the 'Eliminating Waterfalls' rules to improve data fetching performance in your React application.

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 guidelines covering data fetching, bundle size, server-side execution, and client-side rendering. These rules minimize component re-renders and eliminate data waterfalls to enhance app speed.

What is the best way to eliminate data fetching waterfalls in React?

Eliminating data fetching waterfalls in React involves restructuring data loading patterns to run requests in parallel. This prevents sequential blocking and significantly improves application loading speed and efficiency.

How do I reduce bundle size and minimize client-side rendering in Next.js?

To reduce bundle size and minimize client-side rendering in Next.js, enforce best practices derived from Vercel Engineering. This involves optimizing server-side execution and carefully managing component rendering to improve overall speed.

Can I use Vercel engineering best practices for React code review and refactoring?

Yes, you can use Vercel engineering best practices for React code review and refactoring. The guidelines provide 57 rules across 8 categories to evaluate existing code and refactor for better performance and code quality.

When do I need performance optimization rules for web development?

You need performance optimization rules for web development when building new features, reviewing code, or refactoring tasks. They address common bottlenecks in data fetching and rendering to ensure efficient code architecture.