vercel-react-best-practices

Optimize React application performance using Vercel Engineering guidelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andredosreis/laura-saas-agenda --skill vercel-react-best-practices-andredosreis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/andredosreis/laura-saas-agenda/tree/main/.gemini/skills/vercel-react-best-practices
Command: npx skills add https://github.com/andredosreis/laura-saas-agenda --skill vercel-react-best-practices-andredosreis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, next.js, react-dom, react-cache, react-query, react-suspense, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides guidelines for optimizing React application performance, helping developers ensure optimal performance patterns.

Core Features & Use Cases

  • Performance Optimization: Offers comprehensive performance optimization guidelines from Vercel Engineering.
  • Rule Categories: Categorizes rules by priority and impact, guiding automated refactoring and code generation.
  • Quick Reference: Provides a quick reference to rules for different scenarios like writing new components, implementing data fetching, or reviewing code for performance issues.
  • Use Cases: Useful for developers working on React components, data fetching, bundle optimization, or performance improvements.

Quick Start

Use the vercel-react-best-practices skill to generate a report of best practices for 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 performance for components and data fetching?

Optimize React performance by applying categorized Vercel Engineering rules to analyze and refactor components, data fetching, and bundle size. These guidelines prioritize rules by impact to guide automated refactoring and code generation during development.

What are Vercel's best practices for React performance optimization?

Vercel's React performance best practices are categorized rules prioritized by impact, covering component creation, data fetching, and code review. They serve as a quick reference to identify and resolve performance issues in your application.

Do I need Next.js and React Query to apply these React performance rules?

You need React and Next.js, alongside optimization libraries like React Query, React Cache, and React Suspense. These dependencies provide the necessary environment to fully analyze and refactor data fetching and component rendering workflows.

Can I use these guidelines to review existing React code for performance issues?

Yes, you can use these guidelines to review existing React code for performance issues. The Skill provides a quick reference specifically for scenarios like code review, helping you identify and refactor suboptimal patterns in data fetching and components.

What is the best way to generate a performance report for my React application?

Generate a React performance report by applying Vercel's best practices rules to your codebase. This process analyzes your components and data fetching implementations against prioritized guidelines to highlight necessary performance improvements.

When should I not use React Suspense for data fetching optimization?

The guidelines do not specify strict limitations on React Suspense, but categorize performance rules by priority and impact. You should evaluate your specific data fetching scenarios against these categorized rules to determine if Suspense integration is appropriate.