vercel-react-best-practices

Provides performance optimization guidelines for React and Next.js applications.

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

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, ensuring code is efficient, bundles are small, and user experiences are smooth.

Core Features & Use Cases

  • Performance Optimization: Provides 58 rules across 8 categories for improving React/Next.js apps.
  • Code Refactoring Guidance: Helps developers write, review, and refactor code for optimal performance.
  • Bundle Size Reduction: Offers strategies to minimize JavaScript bundle sizes for faster load times.
  • Server-Side Efficiency: Guides on optimizing data fetching and rendering on the server.
  • Use Case: When developing a new Next.js page, consult this Skill to ensure data fetching is parallelized, components are memoized correctly, and bundle sizes are minimized for a faster Time To Interactive.

Quick Start

Apply the vercel-react-best-practices skill to refactor the provided React component for improved performance.

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 load times?

To optimize React and Next.js performance, apply guidelines covering bundle size reduction, server-side rendering efficiency, and eliminating data fetching waterfalls. This ensures code is efficient, bundles are small, and user experiences are smooth.

What are Vercel Engineering's best practices for reducing JavaScript bundle size?

Best practices for reducing JavaScript bundle size include strategies to minimize imports and optimize component rendering. This Skill provides 58 rules across 8 categories to help developers refactor code for optimal bundle size and faster load times.

How can I eliminate data fetching waterfalls in server-side rendering?

Eliminating data fetching waterfalls in server-side rendering requires parallelizing data requests. This Skill provides refactoring guidance to ensure data fetching is parallelized and server-side efficiency is maintained.

Can I use this Skill to review and refactor existing React components?

Yes, you can use this Skill to review and refactor existing React components. It provides automated code review suggestions and refactoring guidance to ensure components are memoized correctly and optimized for maintainability and speed.

Does this Skill apply to both React and Next.js codebases?

Yes, this Skill applies to both React and Next.js codebases requiring adherence to Vercel Engineering's best practices. It addresses common performance bottlenecks across both frameworks, covering rendering efficiency and server-side performance.