frontend-react

Apply Vercel performance best practices to React and Next.js development.

Updated Jun 5, 2025
One-click install
npx skills add https://github.com/wangzitian0/finance_report --skill frontend-react-wangzitian0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-react
Source: https://github.com/wangzitian0/finance_report/tree/main/.opencode/skills/professional/frontend-react
Command: npx skills add https://github.com/wangzitian0/finance_report --skill frontend-react-wangzitian0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the development of React and Next.js applications by providing a unified set of project-specific patterns and Vercel's best practices for performance optimization.

Core Features & Use Cases

  • Project Patterns: Handles SSR/CSR, theming, and API integration consistently.
  • Performance Best Practices: Implements Vercel's comprehensive guide for optimizing React/Next.js apps, covering waterfalls, bundle size, server-side performance, and more.
  • Use Case: When building a new feature in a Next.js application, use this Skill to ensure it adheres to established patterns for API calls, theming, and client-side data fetching, while also optimizing for speed and bundle size.

Quick Start

Apply Vercel's best practices for React and Next.js development to optimize performance.

Frequently Asked Questions about frontend-react

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize React and Next.js bundle size and rendering performance?

To optimize React and Next.js bundle size and rendering performance, apply Vercel's best practices for eliminating waterfalls, optimizing client-side data fetching, and minimizing re-renders. This framework provides detailed rules to streamline server-side rendering and JavaScript execution.

What are the best practices for handling SSR and CSR in a Next.js application?

Best practices for handling SSR and CSR in Next.js involve implementing consistent project patterns for API integration and theming. This framework ensures correct server-side and client-side rendering boundaries while maintaining security and data fetching efficiency.

How do I eliminate data fetching waterfalls in Next.js?

To eliminate data fetching waterfalls in Next.js, apply specific client-side fetching and server-side performance rules. This framework integrates Vercel's optimization patterns to parallelize requests and improve load speeds.

Can I use this framework to optimize an existing React application's re-renders?

Yes, you can use this framework to optimize an existing React application's re-renders. It provides detailed rules for rendering performance and JavaScript optimization, applicable to established projects to reduce unnecessary component updates.

Does this Next.js optimization approach include security and theming patterns?

Yes, this Next.js optimization approach includes security and theming patterns. It provides a unified set of project-specific rules covering API integration, theming consistency, and security alongside Vercel's performance optimization techniques.

When should I apply advanced patterns for React performance optimization?

Apply advanced patterns for React performance optimization when building new features that require strict speed and bundle size control. This framework integrates advanced rendering and JavaScript execution rules for complex Next.js applications.