Skip to main content
Back to registry

react-best-practices

supercent-io/skills-template

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

Installs2
Install command
npx skills add https://github.com/supercent-io/skills-template --skill 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 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: For detailed explanations and code examples, read the full compiled document: AGENTS.md Each rule contains: #React #Next.js #performance #optimization #vercel #waterfalls #bundle-size #RSC #frontend - 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-cache-react - Use React.cache() for per-request deduplication -...

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 react-best-practices do?

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

Is react-best-practices good?

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

What agent does react-best-practices work with?

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

What are alternatives to react-best-practices?

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

How do I install react-best-practices?

npx skills add https://github.com/supercent-io/skills-template --skill react-best-practices

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering