vercel-react-best-practices

Codify React and Next.js performance optimization guidelines across eight priority categories.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/StevenWXY/Project-Sibylla --skill vercel-react-best-practices-stevenwxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-best-practices
Source: https://github.com/StevenWXY/Project-Sibylla/tree/main/.kilocode/skills/common/vercel-react-best-practices
Command: npx skills add https://github.com/StevenWXY/Project-Sibylla --skill vercel-react-best-practices-stevenwxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React and Next.js projects often suffer from inconsistent performance patterns, leading to slower render times, larger bundles, and waterfall data-fetching issues. This Skill codifies a comprehensive set of best practices and rules to standardize optimization efforts across teams.

Core Features & Use Cases

  • Comprehensive rules across eight categories prioritized by impact for guiding automated refactoring and code generation.
  • Guidance for SSR, client rendering, data fetching, bundle optimization, and safe patterns for production-grade React apps.
  • Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Quick Start

Apply these guidelines when writing or refactoring React components and Next.js pages to immediately improve 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 during code refactoring?

Optimize React and Next.js performance by applying structured guidelines across eight priority categories, covering rendering strategies, bundle size reduction, and data fetching workflows to standardize refactoring efforts.

What are the best practices for React data fetching to avoid waterfall issues?

Best practices for React data fetching involve codified rules for both client and server-side fetching, ensuring structured metadata and safe patterns that prevent waterfall data-fetching issues in production apps.

Does this Next.js optimization approach work with server-side rendering and client rendering?

This Next.js optimization approach supports both server-side rendering and client rendering, providing safe and auditable guidance with guardrails and validations for production-grade applications.

How do I reduce bundle size in a Next.js application?

Reduce bundle size in Next.js by following codified bundle optimization rules that enforce structured metadata and discoverability tags, ensuring safe guidance for automated code generation.

When should I apply structured refactoring workflows to React components?

Apply structured refactoring workflows to React components when triggering tasks involving pages, data fetching, or performance improvements, ensuring changes are prioritized by impact across eight categories.