vercel-react-best-practices

Optimize React and Next.js applications with 58 prioritized performance rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses common performance bottlenecks in React and Next.js applications, ensuring faster load times, smoother user interactions, and more efficient code.

Core Features & Use Cases

  • Performance Optimization: Provides over 50 rules covering waterfalls, bundle size, rendering, and more.
  • Agentic Refactoring: Guides AI agents in writing, reviewing, and refactoring React/Next.js code for optimal performance.
  • Use Case: When developing a new feature, consult this Skill to ensure your data fetching patterns avoid waterfalls, your component re-renders are optimized, and your application's bundle size is minimized for faster initial loads.

Quick Start

Apply the vercel-react-best-practices skill to optimize the provided React component code for performance.

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 bottlenecks?

To optimize React and Next.js performance bottlenecks, apply over 58 prioritized rules targeting data fetching waterfalls, bundle size minimization, and re-render efficiency for faster load times and smoother interactions.

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

The best way to eliminate data fetching waterfalls in Next.js involves applying specific performance optimization guidelines that restructure data fetching patterns to load data in parallel rather than sequentially.

How do I reduce bundle size in React applications?

Reduce bundle size in React applications by following comprehensive optimization rules that minimize application code and ensure faster initial loads during the component refactoring process.

Can I use these optimization rules to guide AI agents in code refactoring?

Yes, you can use these optimization rules to guide AI agents and LLMs in code maintenance and generation, ensuring automated refactoring of React and Next.js code adheres to optimal performance patterns.

What are the limitations of using rule-based guidelines for React performance?

Rule-based guidelines for React performance require manual application to your specific codebase context and may not automatically resolve complex state management issues without explicit component analysis.