vercel-react-best-practices

Audit React and Next.js codebases against performance best practices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React and Next.js apps often suffer from performance bottlenecks such as large bundles, waterfalls, slow data fetching, and rendering inefficiencies. This skill provides a structured, production-grade playbook of best practices to guide writing, reviewing, and refactoring code for faster, more reliable user experiences.

Core Features & Use Cases

  • Comprehensive rules across 8 priority categories, totaling dozens of concrete guidance items for optimizing loading, rendering, and data fetching.
  • Clear examples and strategies for common scenarios like server actions, SSR/CSR, code splitting, and caching to reduce page weight and latency.
  • Practical workflows to audit a codebase, generate automated refactor plans, and enforce consistency across teams.

Quick Start

Audit your React/Next.js project against the guide to surface top-priority improvements and generate a targeted refactor plan.

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 large bundles and slow data fetching?

Review React and Next.js performance using a structured playbook covering 8 priority categories. It provides concrete guidance for refactoring components, server actions, and data-fetch patterns to improve load times and server responsiveness.

What are Vercel's best practices for Next.js server actions and caching?

Vercel's best practices for Next.js server actions and caching involve clear strategies for SSR, CSR, and code splitting to reduce page weight and latency. The playbook offers practical examples to enforce consistency across these common scenarios.

How do I audit a React codebase to generate a refactoring plan for load times?

Audit your React codebase against a production-grade playbook to surface top-priority improvements. This generates a targeted refactor plan to resolve rendering inefficiencies, bundle bloat, and data fetching waterfalls.

Does this React performance review guide work for both writing and refactoring code?

Yes, the guide applies to writing, reviewing, and refactoring React components. It provides comprehensive rules across multiple categories to enforce consistency, improve load times, and reduce bundle size during development.

Why does my Next.js app suffer from rendering inefficiencies and waterfalls?

Next.js apps suffer from rendering inefficiencies and waterfalls due to unoptimized data-fetch patterns and bundle bloat. Applying structured best practices for code splitting, SSR, and caching resolves these specific bottlenecks.