One-click install
npx skills add https://github.com/carlosalberto05/perritos-refugio-frontend --skill vercel-react-best-practices-carlosalberto05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/carlosalberto05/perritos-refugio-frontend/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/carlosalberto05/perritos-refugio-frontend --skill vercel-react-best-practices-carlosalberto05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill encodes Vercel's best-practices for React/Next.js performance to help teams build faster, more reliable apps.

Core Features & Use Cases

  • Comprehensive rules covering async waterfalls, bundle optimization, server/client data fetching, rendering, and JavaScript performance.
  • Use cases include building new components, reviewing code, refactoring pages, and validating performance budgets in Next.js apps.

Quick Start

Apply these patterns during development and reviews to steadily improve performance across projects.

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 for faster rendering?

Apply proven optimization patterns to component design, data fetching, SSR/CSR boundaries, and bundle size reduction to solve React and Next.js performance bottlenecks. This skill encodes Vercel's best-practices for building faster apps.

What causes async waterfalls and bundle bloat in Next.js apps?

Async waterfalls and bundle bloat in Next.js apps are caused by inefficient server/client data fetching and unoptimized component rendering. Apply comprehensive rules for JavaScript performance and bundle optimization to resolve these specific bottlenecks.

How do I validate performance budgets when refactoring React components?

Validate performance budgets when refactoring React components by applying optimization patterns during code reviews. This skill provides comprehensive rules for rendering and bundle optimization to ensure steady performance improvements across projects.

When should I adjust SSR and CSR boundaries in Next.js workflows?

Adjust SSR and CSR boundaries in Next.js workflows when solving performance bottlenecks related to server/client data fetching. Applying proven optimization patterns to these boundaries ensures optimal rendering and reliable app performance.

Can I use these React best practices for both new components and code reviews?

Yes, you can use these React best practices for both new components and code reviews. The skill's use cases include building new components, reviewing code, refactoring pages, and validating performance budgets in Next.js apps.