vercel-react-best-practices

Apply React and Next.js performance rules to code review and refactoring.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Khoatran1999/aquarium-commerce --skill vercel-react-best-practices-khoatran1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/Khoatran1999/aquarium-commerce/tree/main/.claude/skills/vercel-react-best-practices
Command: npx skills add https://github.com/Khoatran1999/aquarium-commerce --skill vercel-react-best-practices-khoatran1999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a centralized, codified set of performance guidelines for React and Next.js to help teams ship faster and avoid common bottlenecks.

Core Features & Use Cases

  • Comprehensive rules across eight categories (Eliminating Waterfalls, Bundle Size Optimization, Server-Side Performance, Client-Side Data Fetching, Re-render Optimization, Rendering Performance, JavaScript Performance, Advanced Patterns) to guide development, review, and refactoring.
  • Practical use cases for improving data fetching, reducing bundle size, optimizing SSR/CSR interactions, and ensuring scalable frontend architectures.
  • Team-oriented tooling for automated checks and guardrails to maintain consistent performance standards.

Quick Start

Study the guidelines and begin applying the rules to your React/Next.js project to identify bottlenecks, implement the recommended patterns, and verify improvements.

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 applying structured rules across categories like bundle size optimization, server-side performance, and re-render optimization to eliminate bottlenecks and ensure scalable frontend architectures.

How do I fix React and Next.js data fetching waterfalls?

Fix data fetching waterfalls by applying best-practice rules for client-side data fetching and server-side performance to restructure data-fetch patterns across server and client boundaries, enabling parallel data retrieval and safe performance improvements.

How can I reduce Next.js bundle size during code review?

Reduce Next.js bundle size during code review by applying standardized guidelines and guardrails from the bundle size optimization category to identify bottlenecks, implement recommended patterns, and verify improvements in your components and pages.

Does this approach work for optimizing both server-side rendering and client-side rendering in Next.js?

Yes, this approach works for optimizing server-side rendering and client-side rendering by providing comprehensive rules for server-side performance and client-side data fetching to guide development, review, and refactoring across server and client boundaries.

When should I use advanced patterns for React rendering performance?

Use advanced patterns for React rendering performance when basic re-render optimization and JavaScript performance rules are insufficient to resolve bottlenecks, ensuring safe, scalable performance improvements through structured and automated checks.