vercel-react-best-practices

Official skill published by Vercel Engineering: 70 performance rules for React and Next.js, sorted into 8 families ranked by impact. At the top, flagged critical, removing request waterfalls and cutting the weight of the code shipped to the browser; then server-side performance, client-side data fetching, needless re-renders, rendering performance, plain JavaScript, and advanced patterns last. Each rule lives in its own file, with a wrong example, a correct one and the reasoning. The agent reaches for it when it writes, reviews or refactors a component, a page or a data fetch. MIT licensed.

Strengths

Limitations

Best for

View on Coeurdar