vercel-react-best-practices

Apply Vercel performance rules to React and Next.js code reviews.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/levinbaenninger/website --skill vercel-react-best-practices-levinbaenninger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/levinbaenninger/website/tree/main/.agents/skills/vercel-react-best-practices
Command: npx skills add https://github.com/levinbaenninger/website --skill vercel-react-best-practices-levinbaenninger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses performance bottlenecks in React and Next.js applications by providing a structured, prioritized set of engineering rules to eliminate waterfalls, reduce bundle sizes, and optimize rendering.

Core Features & Use Cases

  • Performance Auditing: Access 70+ actionable rules categorized by impact, from critical waterfall elimination to incremental JavaScript optimizations.
  • Automated Refactoring Guidance: Provides clear incorrect vs. correct code patterns to guide AI agents and developers in writing high-performance code.
  • Use Case: When refactoring a slow Next.js page, use this Skill to identify if you are suffering from barrel file imports, unnecessary re-renders, or inefficient data fetching patterns.

Quick Start

Apply the vercel-react-best-practices skill to review the current component implementation and suggest performance improvements based on the provided guidelines.

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 to eliminate render waterfalls?

To optimize React and Next.js performance and eliminate render waterfalls, apply a structured set of prioritized engineering rules targeting component architecture and data fetching. This approach provides actionable guidelines to identify bottlenecks and implement correct, high-performance code patterns.

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

The best way to reduce bundle size in a Next.js application involves applying specific optimization rules, such as avoiding barrel file imports and minimizing unnecessary JavaScript. Following Vercel engineering standards helps structure component architecture to incrementally reduce overall bundle payload.

Can I use these Vercel best practices for refactoring existing slow Next.js pages?

Yes, you can use these Vercel best practices for refactoring existing slow Next.js pages. The guidelines provide incorrect versus correct code patterns to guide AI agents and developers, helping you identify inefficient data fetching and unnecessary re-renders during code review.

How does automated refactoring guidance work for React performance optimization?

Automated refactoring guidance for React performance optimization works by providing clear incorrect versus correct code patterns. This structured approach guides AI agents and developers in writing high-performance code, ensuring consistent component architecture and efficient data fetching aligned with Vercel standards.

Why does my Next.js component suffer from unnecessary re-renders and how do I fix it?

Your Next.js component suffers from unnecessary re-renders due to inefficient component architecture and data fetching patterns. You can fix it by applying prioritized performance rules that provide actionable steps to optimize rendering and eliminate bottlenecks.

Do I need specific dependencies to apply Vercel React best practices?

No, you do not need specific dependencies to apply Vercel React best practices. The guidelines function as a reference component, providing over 70 actionable rules for performance auditing and code review without requiring external libraries or environment setup.