vercel-react-best-practices

Apply performance optimization guidelines to React and Next.js applications.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/alissonmds00/LostPets.v2 --skill vercel-react-best-practices-alissonmds00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/alissonmds00/LostPets.v2/tree/main/.claude/skills/vercel-react-best-practices
Command: npx skills add https://github.com/alissonmds00/LostPets.v2 --skill vercel-react-best-practices-alissonmds00

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses performance bottlenecks in React and Next.js applications, such as network waterfalls, excessive bundle sizes, and inefficient re-renders, which degrade user experience and core web vitals.

Core Features & Use Cases

  • Performance Auditing: Provides 70+ actionable rules to identify and fix common performance anti-patterns.
  • Automated Refactoring Guidance: Offers clear "incorrect vs. correct" code examples to guide AI agents and developers in writing optimized code.
  • Use Case: When building a complex dashboard, use this skill to ensure data fetching is parallelized, heavy components are dynamically imported, and state updates are optimized to prevent unnecessary re-renders.

Quick Start

Apply the vercel-react-best-practices skill to review the current component implementation and suggest optimizations for eliminating waterfalls and reducing bundle size.

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 to improve web vitals?

Optimize React and Next.js performance by applying actionable rules to fix network waterfalls, reduce bundle sizes, and eliminate inefficient re-renders. This skill provides 70+ guidelines with incorrect vs. correct examples to improve load times.

How do I fix network waterfalls and excessive bundle size in Next.js?

Fix network waterfalls and bundle size by applying Vercel engineering standards for data fetching and component rendering. This skill provides refactoring guidance to parallelize data fetching and dynamically import heavy components.

Can I use this skill for automated refactoring of data fetching and rendering?

Yes, you can use this skill for automated refactoring guidance. It offers clear incorrect vs. correct code examples to guide AI agents and developers in writing optimized code for data fetching and component rendering.

Does this skill apply to code reviews and new feature development?

Yes, this skill applies to code reviews, refactoring tasks, and new feature development. It ensures AI-assisted code generation adheres to Vercel engineering standards for high-impact performance optimization.

What are the common React and Next.js performance bottlenecks this skill addresses?

This skill addresses performance bottlenecks like network waterfalls, excessive bundle sizes, and inefficient re-renders. It provides optimization guidelines to improve runtime efficiency and core web vitals.