vercel-react-best-practices

Define 57 React/Next.js performance rules across 8 categories with examples and a Quick Start guide.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive, ready-to-use set of React and Next.js performance guidelines to help engineers write faster, more reliable UI code and avoid common bottlenecks.

Core Features & Use Cases

  • Broad coverage of performance patterns across 8 categories, including server-side rendering, client-side fetching, and bundle optimization.
  • Actionable guidance with examples and practical rules to apply during development, review, and automated refactoring.
  • Use Case: when optimizing a Next.js page for TTI/LCP, apply the guidelines to identify critical bottlenecks and implement the recommended patterns.
  • Use Case: during code reviews to quickly assess performance concerns and ensure adherence to best practices.

Quick Start

Read the rules in the repository to quickly identify and apply common performance optimizations to your React/Next.js project.

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 best practices include 57 actionable rules across 8 categories covering server-side rendering, data fetching, and bundle optimization to help engineers write faster UI code and avoid common bottlenecks.

How do I optimize a Next.js page for better LCP and TTI?

To optimize a Next.js page for LCP and TTI, apply standardized performance guidelines to identify critical bottlenecks in data fetching and bundle size, then implement the recommended patterns for faster loading.

Can I use these React performance guidelines during code reviews?

Yes, you can use these React performance guidelines during code reviews to quickly assess performance concerns, identify common bottlenecks, and ensure adherence to standardized optimization patterns across your project.

What React component patterns help avoid performance bottlenecks?

React component patterns that avoid performance bottlenecks include standardized rules for data fetching, bundle optimization, and server-side rendering, providing actionable examples to implement reliable and faster UI code.

How do I start applying Next.js bundle optimization rules?

To start applying Next.js bundle optimization rules, read the Quick Start section to identify common performance patterns, then implement the actionable rules provided across the 8 categories to refactor your frontend project.