lang-react

Installation
SKILL.md

React Expert

Core Philosophy

Components consume external state, contain no logic:

  • External hooks at top (Zustand, XState, TanStack Query)
  • No useState/useReducer/useEffect for complex logic
  • Inline actions unless repeated 2+ times
  • Test stores/machines (unit tests), not components (E2E only)

State Management Stack

Installs
1
First Seen
Apr 1, 2026
lang-react — codethread/claude-code-plugins