vercel-react-best-practices

Apply 57 rules to optimize React and Next.js application performance.

4|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alixex/aryxn --skill vercel-react-best-practices-alixex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/alixex/aryxn/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/alixex/aryxn --skill vercel-react-best-practices-alixex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses common performance bottlenecks in React and Next.js applications, ensuring faster load times, smoother user experiences, and more efficient code.

Core Features & Use Cases

  • Performance Optimization: Provides over 50 rules covering waterfalls, bundle size, server-side rendering, client-side fetching, and re-render optimization.
  • Code Quality: Guides developers in writing performant and maintainable React/Next.js code.
  • Use Case: A developer is building a new Next.js page and wants to ensure it loads quickly and efficiently. They consult this Skill to apply best practices for data fetching, code splitting, and component rendering.

Quick Start

Apply the vercel-react-best-practices skill to refactor the provided React component for optimal 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 for faster load times?

To optimize React and Next.js performance, apply comprehensive guidelines covering 57 rules across 8 categories, prioritizing critical optimizations like eliminating data waterfalls and reducing bundle size for smoother user experiences.

What is the best way to eliminate waterfalls and reduce bundle size in Next.js?

Eliminating waterfalls and reducing bundle size in Next.js involves applying structured optimization rules that guide code splitting, efficient data fetching, and component rendering to ensure faster page loads.

Can I use this to refactor existing React components for better performance?

Yes, you can use these optimization guidelines to guide automated refactoring and code generation for AI agents, transforming existing React components into more performant and maintainable code.

Why does my Next.js application have performance bottlenecks and poor user experience?

Performance bottlenecks in Next.js applications often stem from inefficient data fetching, large bundle sizes, and unnecessary re-renders, which can be resolved by applying targeted optimization guidelines across server-side rendering and client-side fetching.

Does this cover both server-side rendering and client-side fetching optimization?

Yes, the optimization guidelines cover both server-side rendering and client-side fetching, providing over 50 rules that address re-render optimization, bundle size reduction, and waterfall elimination across the React and Next.js stack.

When should I not use client-side fetching in Next.js applications?

Client-side fetching should be avoided when it creates data fetching waterfalls or increases bundle size, and the guidelines recommend prioritizing server-side rendering and optimized data fetching patterns to prevent these bottlenecks.