React Best Practices
Performance-minded React and Next.js development
Install
OfficialShips scriptsnpx skills add vercel-labs/agent-skills
Activates when an agent writes, reviews or refactors React and Next.js code with performance, rendering or bundle efficiency in mind.
- Author
- Vercel
- License
- MIT
React Best Practices gives an AI coding agent a structured performance lens for React and Next.js work. It can shape new implementations, support code reviews and guide refactoring by examining decisions across the server, browser and component tree. The material is organized by likely impact, helping the agent distinguish major architectural slowdowns from smaller runtime improvements.
Highlights
- Detects serial asynchronous work that could unnecessarily extend response or render time
- Reviews imports, conditional loading and third-party code for avoidable bundle weight
- Covers server rendering, caching, data transfer and request-level efficiency
- Examines component state, effects and subscriptions for redundant rerenders
- Includes browser rendering and JavaScript patterns for frequently executed paths
The skill is aimed at React developers, Next.js teams and reviewers who use coding agents for implementation or performance-focused maintenance. It is especially useful when a project needs consistent guidance across data fetching, component boundaries and delivery size instead of a narrow lint check. Install it from Vercel’s public agent-skills collection with the skills CLI; the repository also includes supporting rule material and build utilities.
Similar skills
React Native Skills
SkillSharper React Native and Expo decisions for coding agents
React View Transitions
SkillBuild polished native transitions for React interfaces
Vercel Agent Skills
SkillVercel’s skill collection for modern application development

Comments(0)
Sign in to comment