vercel-react-best-practices

Apply React and Next.js performance best practices to code reviews and refactors.

Updated May 28, 2026
One-click install
npx skills add https://github.com/7Lemaitre7/xp-prj --skill vercel-react-best-practices-7lemaitre7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/7Lemaitre7/xp-prj/tree/main/.agents/skills/react-best-practices
Command: npx skills add https://github.com/7Lemaitre7/xp-prj --skill vercel-react-best-practices-7lemaitre7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates and enforces React and Next.js performance patterns to help teams write faster, more maintainable frontend code.

Core Features & Use Cases

  • Provides a prioritized catalogue of React/Next.js best practices to reduce bundle size, improve rendering, and optimize server interactions.
  • Guides code reviews and refactors to align with performance goals across components, pages, and data-fetching layers.
  • Useful in onboarding, code reviews, and automated code generation for performance-first React apps.

Quick Start

Follow the guidelines when designing new components or reviewing existing ones to ensure performance-first decisions.

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 apply React and Next.js performance best practices during code reviews?

Automate React and Next.js performance best practices during code reviews by enforcing a prioritized catalogue of rules. This guides refactors across components, pages, and data-fetching layers to reduce bundle size and improve rendering.

What are the best practices for optimizing React rendering and bundle size?

Optimize React rendering and bundle size by applying standard rules and guardrails that prioritize render, bundle, and server concerns. This enforces performance-oriented patterns across components and data-fetching paths.

Can I use this Skill to refactor existing Next.js data-fetching paths for better performance?

Yes, you can use this Skill to refactor existing Next.js data-fetching paths. It automates applying performance best practices to optimize server interactions and rendering across your current components and pages.

Does this Skill require any specific Next.js or React dependencies to function?

No, this Skill does not require any specific dependencies to function. It encodes standard rules and prioritization for React and Next.js performance automatically, requiring no external components or setup.

What's the difference between general React optimization and Vercel's React best practices?

Vercel's React best practices focus specifically on speed across render, bundle, and server concerns within the Next.js ecosystem. This Skill automates applying these prioritized patterns and guardrails rather than relying on general React optimization techniques.

Why does my React app still have slow rendering after applying basic optimization techniques?

Slow rendering may persist because basic techniques often miss server interactions or data-fetching bottlenecks. Applying Vercel's React best practices ensures comprehensive optimization across render, bundle, and server concerns through prioritized guardrails.