What problem does it solve?
This Skill provides guidelines and best practices for React development, focusing on patterns, compiler optimizations, and best practices for component design.
Core Features & Use Cases
- Optimized Patterns: Offers a comprehensive set of guidelines for React patterns, including destructured props, compiler optimization, and Tailwind v4 syntax.
- Component Design: Provides best practices for component design, including design tokens, data attribute styling patterns, and component targeting.
- React Compiler: Detailed guidance on leveraging the React Compiler for automatic memoization and performance optimization.
- Effects Management: Offers principles and best practices for using Effects, including derived state computation and separation of events from Effects.
- Quick Start: Follow the guidelines to implement destructured props and TypeScript types inline, use UI components from the component library, and apply Tailwind v4 syntax.
Quick Start
Apply the react skill to a new React project by incorporating the guidelines for component patterns and compiler optimizations.