vercel-react-best-practices

Apply React and Next.js performance guidelines across components, pages, and data fetching.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/rieckt/create-loumi-app --skill vercel-react-best-practices-rieckt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/rieckt/create-loumi-app/tree/main/template/skills/base/vercel-react-best-practices
Command: npx skills add https://github.com/rieckt/create-loumi-app --skill vercel-react-best-practices-rieckt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React and Next.js performance engineering often suffers from inconsistent patterns and missed optimization opportunities. This skill consolidates Vercel's engineering guidance into a practical, actionable reference to speed up render times, reduce waterfalls, and improve bundle sizes across teams.

Core Features & Use Cases

  • Comprehensive rule set covering 57 performance rules across 8 categories, including Eliminating Waterfalls, Bundle Size Optimization, Server-Side Performance, and Rendering Patterns.
  • Structured guidance for code reviews, refactoring sessions, and performance audits to accelerate delivery of fast, scalable React apps.
  • Real-world scenarios and concrete examples to guide automated refactoring and code generation for Next.js projects.

Quick Start

Explore the rule categories, identify applicable patterns for your project, and start applying them to improve performance immediately.

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 improve React and Next.js performance during a refactoring session?

To improve React and Next.js performance, apply a curated set of 57 rules across 8 categories focusing on eliminating waterfalls, bundle size optimization, and server-side performance. This guides automated refactoring to speed up render times.

What are the best practices for optimizing bundle size in Next.js applications?

Best practices for optimizing Next.js bundle size involve applying structured performance guidelines during code generation. This skill provides concrete rules targeting bundle size reduction alongside rendering patterns and server-side performance improvements.

How do I eliminate data fetching waterfalls in React components?

To eliminate data fetching waterfalls in React components, apply specific performance guidelines governing server and client boundaries. This skill references rules that restructure data fetching patterns to prevent sequential loading delays.

Does this performance guidance cover both server-side and client-side rendering patterns?

Yes, the performance guidance covers both server-side and client-side rendering patterns. It provides structured rules across component, page, data fetching, and server/client boundaries to comprehensively improve web vitals and load times.

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

Yes, you can use these React performance rules for automated code generation. The guidelines provide real-world scenarios and concrete examples specifically designed to guide automated refactoring across Next.js projects and components.

What is the best way to audit web vitals and rendering performance in a React app?

The best way to audit web vitals and rendering performance is using a consolidated reference of Vercel's engineering guidance. This skill offers 57 actionable rules across 8 categories to identify missed optimization opportunities during reviews.