What problem does it solve?
This Skill provides expert-level assistance for building complex, high-performance React applications, ensuring adherence to modern best practices and advanced patterns.
Core Features & Use Cases
- Component Architecture: Design and implement robust, reusable React components.
- State Management: Integrate and manage state effectively using hooks, Context, Zustand, or Redux.
- Performance Optimization: Identify and resolve performance bottlenecks using memoization, lazy loading, and virtualization.
- React 19 Features: Leverage new features like Server Components,
use() hook, and form actions.
- Use Case: Refactor a legacy class-based component into a modern functional component using hooks, or set up Suspense for efficient data fetching and streaming.
Quick Start
Use the react-expert skill to create a new React component that fetches data from the '/api/users' endpoint.