react-patterns

Installation
SKILL.md

React Patterns Skill

Modern React patterns for TypeScript applications.

Component Structure

File Organization

components/
├── ui/                    # Reusable primitives (Button, Input, Card)
├── features/              # Feature-specific components
│   └── auth/
│       ├── LoginForm.tsx
│       └── SignupForm.tsx
├── layouts/               # Page layouts
└── providers/             # Context providers
Installs
5
GitHub Stars
8
First Seen
Jan 30, 2026
react-patterns — benshapyro/cadre-devkit-claude