Back to skills

react-best-practices

development

A set of 64 performance rules for React and Next.js, organized by impact level and covering waterfalls, bundle size, server rendering, re-renders, and JavaScript patterns. Maintained by Vercel Enginee

Setup & Installation

npx skills add https://github.com/vercel-labs/react-best-practices --skill react-best-practices
or paste the link and ask your coding assistant to install it
https://github.com/vercel-labs/react-best-practices
View on GitHub

What This Skill Does

A set of 64 performance rules for React and Next.js, organized by impact level and covering waterfalls, bundle size, server rendering, re-renders, and JavaScript patterns. Maintained by Vercel Engineering. Instead of consulting scattered blog posts or React docs, you get 64 prioritized, actionable rules with before/after code examples specific to the Next.js App Router model.

When to use it

  • Working with react best practices functionality
  • Implementing react best practices features
  • Debugging react best practices related issues