vercel-react-best-practices

Provide performance optimization guidelines for React and Next.js applications.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Typeless-Git/skills --skill vercel-react-best-practices-typeless-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/Typeless-Git/skills/tree/main/vercel-react-best-practices
Command: npx skills add https://github.com/Typeless-Git/skills --skill vercel-react-best-practices-typeless-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework of best practices to optimize the performance of React and Next.js applications, reducing load times and improving user experience by guiding coding and architectural decisions.

Core Features & Use Cases

  • Structured guidelines: A prioritized set of performance rules across categories to inform writing, reviews, and refactoring.
  • End-to-end guidance: Applies to data fetching, bundle optimization, rendering, and server/client performance in React/Next.js projects.
  • Use case: When optimizing a slow Next.js page, apply the top-priority rules to reduce bundle size and improve hydration time.

Quick Start

Review the guide and apply the highest-impact rule to your React/Next.js task.

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 rendering performance?

To optimize React and Next.js rendering performance, apply prioritized rules targeting data fetching, bundle size reduction, and hydration improvements during code generation and refactoring.

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

Best practices for reducing Next.js bundle size involve applying a structured rule catalog during code reviews to guide automated refactoring, minimizing imports, and optimizing rendering performance for faster load times.

How do I review React code for performance bottlenecks?

Review React code for performance bottlenecks by applying a prioritized set of optimization guidelines across data fetching, bundle optimization, and server/client rendering to identify and refactor slow components.

Does this Next.js optimization guide apply to both writing and refactoring tasks?

Yes, this Next.js optimization guide applies directly to writing, reviewing, and refactoring tasks, providing end-to-end guidance for data fetching, bundle optimization, and server/client rendering performance improvements.

Why does my Next.js page have slow hydration times?

Slow Next.js hydration times often result from large bundle sizes and inefficient rendering; applying prioritized performance optimization rules during refactoring can reduce bundle overhead and improve hydration speed.