What problem does it solve?
This Skill helps you identify and fix performance issues in React and Next.js applications, especially slow page loads, excessive bundle size, server-side waterfalls, and unnecessary re-renders.
Core Features & Use Cases
- Waterfall Elimination: Restructure async work to run in parallel, defer non-critical awaits, and use Suspense effectively.
- Bundle Optimization: Reduce initial JavaScript cost with direct imports, dynamic imports, conditional loading, and preload strategies.
- Server and Rendering Performance: Improve SSR, Server Actions, caching, and client rendering efficiency with practical React and Next.js patterns.
- Use Case: A product team can use this Skill to review a slow dashboard, spot sequential data fetching and heavy imports, then apply targeted fixes that improve responsiveness and load time.
Quick Start
Ask the skill to review your React or Next.js component for performance bottlenecks and recommend the highest-impact fixes first.