react-best-practices-2React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.j...
Install via ClawdBot CLI:
clawdbot install analsharqy/react-best-practices-2Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/shuding/better-all](https://github.com/shuding/better-allAudited Apr 17, 2026 · audit v1.0
Generated May 7, 2026
Apply Vercel React Best Practices to an e-commerce Next.js app to eliminate waterfalls, optimize bundle size, and improve server-side performance. Critical rules like async-parallel and bundle-dynamic-imports reduce load times and enhance user experience during high-traffic sales events.
Refactor a React-based SaaS dashboard using client-side data fetching rules (client-swr-dedup, client-passive-event-listeners) and re-render optimizations (rerender-memo, rerender-use-ref-transient-values). This reduces lag in real-time data updates and improves responsiveness for enterprise users.
Implement rendering performance rules (rendering-hydration-no-flicker, rendering-content-visibility) and bundle size rules (bundle-defer-third-party) for a video streaming platform. This ensures smooth playback and fast initial load on slower connections.
Adopt server-side performance rules (server-cache-react, server-serialization) and JavaScript performance rules (js-early-exit, js-set-map-lookups) in a healthcare Next.js portal. Reduces data transfer and improves responsiveness for critical patient data modules.
Use client-side and server-side data fetching rules (client-swr-dedup, server-parallel-fetching) to restructure a fintech app's API calls. Minimizes waterfalls and ensures consistent real-time balance updates across devices.
Offer specialized consulting to audit and optimize React/Next.js applications using these best practices. Charge per project or subscription for ongoing performance monitoring and code review.
Develop a VS Code extension or CI/CD plugin that automatically detects and suggests fixes from these 62 rules. Monetize through paid tiers for teams with advanced linting and auto-fix capabilities.
Create and sell a Next.js starter kit pre-configured with all best practices, including optimized data fetching, bundle splitting, and re-render prevention. Target startups needing production-ready performance from day one.
💬 Integration Tip
Integrate these rules incrementally by starting with critically prioritized categories like Eliminating Waterfalls and Bundle Size Optimization, using automated lint rules (e.g., eslint-plugin-vercel) to catch violations during code review.
Scored May 7, 2026
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.