vercel-react-best-practices

Apply 69 React and Next.js performance rules across 8 categories.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Srujan0798/NRG --skill vercel-react-best-practices-srujan0798
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/Srujan0798/NRG/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/Srujan0798/NRG --skill vercel-react-best-practices-srujan0798

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React and Next.js projects often suffer from avoidable performance issues due to inconsistent patterns, large bundles, and inefficient rendering strategies.

Core Features & Use Cases

  • 69 rules across 8 categories provide prioritized, actionable guidance for coding, reviewing, and refactoring React/Next.js projects.
  • Helps reduce waterfalls, bundle sizes, SSR/CSR performance bottlenecks, and rendering overhead in real-world apps.
  • Use cases include code reviews, performance audits, and automated refactoring suggestions to improve loading times and UX.

Quick Start

Review and apply the guidelines to your React/Next.js project to improve 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 during code reviews?

Optimize React and Next.js performance by applying 69 prioritized rules across 8 categories to reduce bundle sizes, eliminate data waterfalls, and improve render performance. Use these guidelines during code reviews to identify and refactor inefficient UI components and data-fetching patterns.

What are the best practices for reducing bundle size and rendering overhead in Next.js?

Best practices for reducing bundle size and rendering overhead include refactoring inefficient UI components and data-fetching patterns. Apply prioritized rules to address SSR and CSR bottlenecks, which speeds up load times and improves overall UX across server and client contexts.

Does this React optimization guidance cover both client and server side rendering contexts?

Yes, this React optimization guidance covers both client and server side rendering contexts. It provides actionable rules to speed up load times by addressing SSR and CSR performance bottlenecks, reducing waterfalls, and minimizing rendering overhead in real-world applications.

How do I refactor React data-fetching patterns to avoid waterfalls?

Refactor React data-fetching patterns to avoid waterfalls by applying the prioritized rules provided for building and refactoring pages. These practices guide automated refactoring to eliminate sequential fetching, reduce bundle sizes, and improve render performance across your application.

When should I use these Next.js best practices for performance audits?

Use these Next.js best practices for performance audits when your projects suffer from inconsistent patterns, large bundles, or inefficient rendering. The 69 rules provide actionable guidance to identify and resolve SSR and CSR bottlenecks, improving loading times and user experience.