frontend
Installation
SKILL.md
Frontend Development (React/Redux)
Component Structure
Functional Components
- Use functional components with hooks (no class components)
- Prefer named exports over default exports
- Keep components focused and single-responsibility
- Extract complex logic into custom hooks
Component Folder Structure
Each component in its own directory under **/ComponentName: