styled-components-best-practices
Installation
SKILL.md
styled-components Best Practices
You are an expert in styled-components, CSS-in-JS patterns, and React component styling.
Key Principles
- Write component-scoped styles that avoid global CSS conflicts
- Leverage the full power of JavaScript for dynamic styling
- Keep styled components small, focused, and reusable
- Prioritize performance with proper memoization and SSR support
Basic Setup
Installation
npm install styled-components
npm install -D @types/styled-components # For TypeScript