Skip to main content
Back to registry

vercel-react-best-practices

vercel-labs/agent-skills

Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Installs208
Install command
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: For the complete guide with all rules expanded: AGENTS.md - Writing new React components or Next.js pages - Implementing data fetching (client or server-side) - Reviewing code for performance issues - Refactoring existing React/Next.js code - Optimizing bundle size or load times - async-defer-await - Move await into branches where actually used - async-parallel - Use Promise.all() for independent operations - async-dependencies - Use better-all for partial dependencies - async-api-routes - Start promises early, await late in API routes - async-suspense-boundaries - Use Suspense to stream content - bundle-barrel-imports - Import directly, avoid barrel files - bundle-dynamic-imports - Use next/dynamic for heavy components - bundle-defer-third-party - Load analytics/logging after hydration - bundle-conditional - Load modules only when feature is activated - bundle-preload - Preload on hover/focus for perceived speed - server-auth-actions - Authenticate server actions like API routes - server-cache-react - Use React.cache() for per-request...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vercel-react-best-practices do?

Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Is vercel-react-best-practices good?

vercel-react-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does vercel-react-best-practices work with?

vercel-react-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to vercel-react-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install vercel-react-best-practices?

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

Related skills

More from vercel-labs/agent-skills

Related skills

Alternatives in Software Engineering