Frontend Engineering
5 min read
The principle
Codifies the framework patterns that keep web UIs fast as they grow. Use when writing, reviewing, or refactoring component, data-fetching, or rendering code — especially in React/Next.js.
Choosing a variant
Two Vercel-authored variants, split by target runtime. Reach for
react-best-practices when you're on React or Next.js on the web, and
react-native-skills when you're shipping a React Native or Expo mobile
app — same opinionated, impact-ordered format, different platform rules.
Variants
Related
Elsewhere in Develop
Get the next skill in your inbox.
New skills drop every week. Subscribe to the newsletter and they'll arrive in your inbox with the context and trade-offs behind each one.