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:

Installs
3
GitHub Stars
8.6K
First Seen
13 days ago
frontend — redis/redisinsight