react-best-practices-3React 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 iammarcellus/react-best-practices-3Grade Fair — 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 13, 2026
A retail e-commerce platform uses these best practices to optimize product pages by eliminating data fetching waterfalls and using dynamic imports for heavy product image carousels. This reduces load times and improves user experience during high-traffic sales events.
A SaaS analytics company refactors its React dashboard to use server-side caching with React.cache() and LRU caches for cross-request data, reducing API overhead. Client-side re-renders are minimized via memoization and splitting hooks, ensuring smooth real-time data updates.
A media streaming service applies rendering performance rules like content-visibility for long lists and deferred SVG animations to improve page responsiveness. Bundle size is reduced by deferring third-party analytics until after hydration.
A fintech app integrates server-side authentication checks in server actions and uses parallel data fetching for user account and transaction data. Client-side data fetching is deduplicated with SWR to ensure consistency and reduce network traffic.
Offer consulting services to companies with React/Next.js applications, auditing their codebase against these best practices and providing tailored refactoring plans. Revenue is generated via hourly consulting fees or fixed-price project contracts.
Develop a SaaS tool that automatically scans repositories and generates PRs applying these rules, similar to a linter or code mod. Revenue comes from subscription tiers based on repository count or team size.
Create online courses and certification programs teaching these best practices to developers. Revenue is earned through course sales, corporate training licenses, and certification exam fees.
💬 Integration Tip
Integrate these rules gradually by category priority—start with the CRITICAL waterfalls and bundle optimization, then automate checks via custom ESLint rules or code analysis scripts.
Scored May 13, 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.