vercel-react-best-practices

Apply React and Next.js performance best practices across 58 rules in 8 categories.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/supersterling/primus --skill vercel-react-best-practices-supersterling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/supersterling/primus/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/supersterling/primus --skill vercel-react-best-practices-supersterling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured suite of React and Next.js performance guidelines to help teams ship faster by identifying bottlenecks and applying proven patterns.

Core Features & Use Cases

  • Categorized rules across eight areas (Eliminating Waterfalls, Bundle Size Optimization, Server-Side Performance, Client-Side Data Fetching, Re-render Optimization, Rendering Performance, JavaScript Performance, Advanced Patterns).
  • Used during writing, code reviews, and refactoring to improve load times, bundle size, and UX.
  • Serves as a reference for audits, automated refactoring, and knowledge transfer.

Quick Start

Review a React/Next.js page to identify top-priority performance improvements and apply the eight rule categories.

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 during code reviews?

To optimize React and Next.js performance during code reviews, apply structured guidelines across eight categories including bundle size, server-side rendering, and re-render optimization to identify bottlenecks and apply proven refactoring patterns.

What are the best practices for reducing bundle size in Next.js applications?

Best practices for reducing bundle size in Next.js involve applying specific bundle optimization rules that target JavaScript performance and eliminate unnecessary code, ensuring faster load times and improved user experience.

How does server-side rendering affect Next.js performance and how can I improve it?

Server-side rendering impacts Next.js performance by shifting rendering work to the server; you can improve it by applying server-side performance rules that eliminate data fetching waterfalls and optimize component rendering.

Can I use this approach to refactor existing React components for better rendering performance?

Yes, you can use this approach to refactor existing React components by applying re-render optimization and advanced pattern rules to identify performance bottlenecks and guide automated refactoring for better rendering performance.

What is the best way to eliminate data fetching waterfalls in Next.js?

The best way to eliminate data fetching waterfalls in Next.js is to apply categorized rules for client-side data fetching and server-side performance, restructuring sequential requests into parallel patterns to improve load times.

Do I need specific dependencies to apply these React performance guidelines?

No specific dependencies are required to apply these React performance guidelines; they serve as a reference suite of 58 rules across 8 categories that can be integrated into your existing tooling for automated refactoring and code generation.