vercel-react-best-practices

Optimize React and Next.js application performance with structured best practices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of guidelines and best practices to significantly improve the performance of React and Next.js applications, addressing issues from waterfalls and bundle size to rendering and server-side efficiency.

Core Features & Use Cases

  • Performance Optimization: Offers over 50 rules covering critical areas like eliminating waterfalls, reducing bundle size, optimizing server-side rendering, and improving client-side data fetching.
  • Agent-Friendly Format: Designed for AI agents to use during code generation, review, and refactoring.
  • Use Case: When developing a new Next.js page, consult this Skill to ensure data fetching is parallelized, components are code-split effectively, and server-side serialization is minimized for faster load times.

Quick Start

Apply the vercel-react-best-practices skill to refactor the data fetching logic in the app/page.tsx file to eliminate waterfalls.

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

Optimize React and Next.js performance by applying structured guidelines that eliminate waterfalls, reduce bundle size, improve server-side rendering, and minimize unnecessary re-renders. This skill provides over 50 rules to guide AI-driven code generation and refactoring for faster load times.

What is the best way to eliminate data fetching waterfalls in Next.js?

To eliminate data fetching waterfalls in Next.js, refactor your logic to parallelize data requests. This skill provides specific rules for code generation and refactoring data fetching logic to ensure requests run concurrently rather than sequentially.

How do I reduce bundle size when developing React applications?

Reduce React bundle size by applying code-splitting and component optimization rules. This skill offers guidelines for effective code-splitting and bundle size reduction to enhance application speed and user experience during development.

Can I use these React performance guidelines for server-side rendering optimization?

Yes, these React performance guidelines cover server-side rendering optimization. They provide rules to improve server-side efficiency by minimizing serialization and ensuring faster load times for Next.js applications.

Why does my Next.js page suffer from slow load times and re-renders?

Slow load times and re-renders in Next.js often stem from unoptimized data fetching, large bundle sizes, and server-side serialization. This skill addresses these issues with advanced patterns for client-side fetching and re-render optimization.

Does the vercel-react-best-practices skill work for refactoring existing code?

Yes, the vercel-react-best-practices skill is designed for AI agents to use during code generation and refactoring. It facilitates restructuring existing data fetching and component logic to eliminate performance bottlenecks.