vercel-react-best-practices

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

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/dongitran/ai-agent-config --skill vercel-react-best-practices-dongitran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/dongitran/ai-agent-config/tree/main/.agent/skills/react-best-practices
Command: npx skills add https://github.com/dongitran/ai-agent-config --skill vercel-react-best-practices-dongitran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React/Next.js projects often suffer from performance pitfalls due to suboptimal patterns and inconsistent practices. This Skill consolidates Vercel's best practices to help teams automatically apply high-impact patterns during development, review, and refactoring.

Core Features & Use Cases

  • Comprehensive guidance across multiple categories, including server/client patterns, bundling, and rendering optimizations.
  • Automated refactor prompts: helps llm-driven tooling generate improvements and review code for performance.
  • Use Case: When starting a new Next.js project, or auditing an existing codebase, apply these guidelines to reduce bundle size and improve render times.

Quick Start

To apply, instruct your AI to consult the skill when optimizing React components, Next.js pages, or data fetching logic.

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 components for better performance?

Optimize React components by applying proven performance patterns for server/client separation, bundling, and rendering to reduce bundle size and improve render times during development and refactoring.

What are the best practices for refactoring Next.js data fetching?

Refactoring Next.js data fetching involves applying optimized patterns for pages and data strategies, ensuring consistent practices to automatically generate improvements and review code for performance bottlenecks.

Does this approach work for auditing existing React codebases?

Yes, auditing an existing React codebase is a core use case. Applying these consolidated guidelines during code review helps identify suboptimal patterns and enforce high-impact performance improvements.

Why are my Next.js render times slow despite using React?

Slow Next.js render times often stem from suboptimal patterns and inconsistent practices. Applying Vercel's best practices for rendering optimizations and server/client patterns resolves these performance pitfalls.

Can I use these guidelines for both new and existing Next.js projects?

Yes, these guidelines apply when starting a new Next.js project or auditing an existing codebase, providing comprehensive guidance across server/client patterns, bundling, and rendering optimizations.