vercel-react-best-practices

Audit React/Next.js projects and implement performance best practices.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/sutin1234/tanstack-start-agent-skills --skill vercel-react-best-practices-sutin1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/sutin1234/tanstack-start-agent-skills/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/sutin1234/tanstack-start-agent-skills --skill vercel-react-best-practices-sutin1234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Vercel React Best Practices guide consolidates performance patterns to help teams quickly identify and fix bottlenecks in rendering, data fetching, and bundle sizes.

Core Features & Use Cases

  • Comprehensive guidance for React components, SSR/CSR, and server actions.
  • Strategies for bundle optimization, parallel data fetching, caching, and safe server-side rendering.
  • Use cases include code reviews, architecture decisions, and refactoring to boost perceived and actual performance.

Quick Start

Audit a React/Next.js project and implement recommended performance patterns to improve responsiveness and loading times.

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 loading times?

To optimize React and Next.js performance, apply structured engineering best practices covering component rendering, server actions, data fetching, bundle optimization, and SSR/CSR balance to improve responsiveness and loading times.

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

The best way to reduce bundle size is by applying bundle optimization strategies and performance patterns that identify and fix bottlenecks in rendering and data fetching across your client and server codebases.

How do I balance SSR and CSR in Next.js to boost perceived performance?

You balance SSR and CSR by applying structured performance patterns for safe server-side rendering and client-side execution, ensuring well-scoped guidance across server and client codebases to boost perceived and actual performance.

Can I use these React best practices for code reviews and architecture decisions?

Yes, you can use these React best practices for code reviews, architecture decisions, and refactoring to quickly identify and fix bottlenecks in rendering, data fetching, and bundle sizes.

Does this guidance cover parallel data fetching and caching in React?

Yes, this guidance covers parallel data fetching and caching strategies as part of its comprehensive performance patterns to help teams fix bottlenecks and optimize data retrieval in React and Next.js.