vercel-react-best-practices

Optimize React and Next.js application performance with structured best practices.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MythologIQ/Zo-Qore --skill vercel-react-best-practices-mythologiq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/MythologIQ/Zo-Qore/tree/main/.claude/commands/scripts/react-best-practices
Command: npx skills add https://github.com/MythologIQ/Zo-Qore --skill vercel-react-best-practices-mythologiq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive guidelines to optimize the performance of React and Next.js applications, addressing issues like slow load times, bundle size bloat, and inefficient rendering.

Core Features & Use Cases

  • Performance Optimization: Offers over 50 rules across 8 categories, from critical waterfall elimination to advanced patterns.
  • Code Generation & Refactoring: Guides AI agents in writing, reviewing, and refactoring React/Next.js code for maximum efficiency.
  • Use Case: When developing a new feature, consult this Skill to ensure data fetching is parallelized, components are memoized correctly, and the initial bundle size is minimized, leading to a faster user experience.

Quick Start

Apply the React best practices to optimize the provided Next.js component for 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 application performance?

To optimize React and Next.js performance, apply structured best practices covering waterfall elimination, bundle size reduction, data fetching, and re-render optimization. These rules guide code generation and refactoring for maximum efficiency.

What is the best way to reduce bundle size in a Next.js app?

The best way to reduce Next.js bundle size is to consult structured optimization rules that guide code generation and refactoring. These rules help minimize initial bundle size and eliminate inefficient rendering patterns.

How do I eliminate data fetching waterfalls in React?

To eliminate data fetching waterfalls in React, follow best practices for parallelizing server-side and client-side data fetching. This ensures data loads efficiently without sequential blocking.

Can I use these React optimization rules to review existing code?

Yes, you can use these React optimization rules to review and refactor existing code. The guidelines cover over 50 rules across 8 categories, helping AI agents and software engineers tune performance.

Why does my React component re-render inefficiently?

Your React component may re-render inefficiently due to improper memoization or unoptimized data fetching. Applying structured re-render optimization rules ensures components are memoized correctly for better rendering performance.