vercel-react-best-practices

Enforce 57 React and Next.js performance rules across 8 categories.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/aayushsharma141/new-cross-angle --skill vercel-react-best-practices-aayushsharma141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/aayushsharma141/new-cross-angle/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/aayushsharma141/new-cross-angle --skill vercel-react-best-practices-aayushsharma141

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill captures a comprehensive set of React and Next.js performance guidelines to prevent common bottlenecks and enforce best practices across codebases.

Core Features & Use Cases

  • 57 rules across 8 priority categories guide automated refactoring and code generation.
  • Coverage includes eliminating waterfalls, bundle size optimization, server-side performance, client-side fetching, re-render optimization, rendering performance, JavaScript efficiency, and advanced patterns.
  • Applicable to writing new components, reviewing code, and refactoring for performance gains in React/Next.js apps.

Quick Start

Review the rule categories and apply the relevant guidelines to your codebase.

Frequently Asked Questions about vercel-react-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the best practices for React and Next.js performance optimization?

React and Next.js performance optimization involves enforcing 57 rules across 8 priority categories, focusing on eliminating data waterfalls, bundle size reduction, server-side performance, and minimizing unnecessary re-renders.

How do I optimize bundle size and eliminate data fetching waterfalls in Next.js?

Optimize bundle size and eliminate data fetching waterfalls by applying specific rule categories during code reviews and component generation that target server-side performance and client-side fetching patterns.

Can I use these React performance rules for automated code refactoring?

Yes, you can use these React performance rules to guide automated refactoring and code generation. The guidelines are designed to identify bottlenecks and enforce best practices across your Next.js and React codebases.

How do I prevent unnecessary component re-rendering in React?

Prevent unnecessary component re-rendering in React by applying the re-render optimization and rendering performance rules during component design and code reviews to ensure efficient JavaScript execution.

Does this approach support server-side performance and server actions in Next.js?

Yes, this approach supports server-side performance and server actions in Next.js by codifying advanced patterns and explicit guidelines for data fetching, rendering, and server-side execution efficiency.

When should I apply these React code review rules?

You should apply these React code review rules when writing new components, reviewing existing code, or refactoring for performance gains, ensuring your codebase adheres to 57 prioritized performance guidelines.