V

vercel-react-best-practices

제작자:vercel-labs·#3위 트렌드

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js…

27,000
처음 본Jan 19, 2026

설치

AI 에이전트에 다음 명령을 보냅니다.

npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices

선적 서류 비치

React and Next.js performance optimization guide with 64 prioritized rules across 8 categories.

  • Organized by impact level, from critical waterfalls and bundle optimization down to advanced patterns, each rule includes incorrect/correct code examples and explanations
  • Covers eight domains: async patterns, bundle size, server-side caching, client-side data fetching, re-render optimization, rendering performance, JavaScript efficiency, and advanced patterns
  • Designed for use during component writing, code review, refactoring, and performance audits on React and Next.js applications
  • Each rule has a prefix code (e.g., async-parallel, bundle-barrel-imports) for easy reference in automated tooling and documentation