Communityv1.0.0

React Performance

React and Next.js performance optimization patterns. Use when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance. Triggers on tasks involving components, data fetching, bundle optimization, re-render reduction, or server component architecture.

2.2kdownloads1stars9active installswpank
View on ClawHubBack to Skills

Skill Details

Slug
react-performance
Latest Version
1.0.0
Author
wpank
Published
Feb 10, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for React Performance.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release – performance optimization patterns for React and Next.js: - Prioritized optimization patterns across critical areas: async/waterfalls, bundle size, server components, re-render reduction, and more - Clear examples for eliminating waterfalls, optimizing imports, and reducing bundle size - Guidance on parallel data fetching, minimizing client/server serialization, and using Suspense effectively - Concrete recommendations for state, memoization, transitions, and event handling - Includes installation instructions and describes real-world triggers for usage