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
7
GitHub Stars
8.7K
First Seen
Jun 13, 2026
frontend — redis/redisinsight