Solid reference for React with TypeScript that covers the stuff you actually need: component prop patterns, event handler typing, generic components, and hooks. The React 19 coverage is the standout here, walking through the ref as prop change, useActionState replacing useFormState, and the new use() hook for unwrapping promises. Also includes server components and type-safe routing with TanStack Router and React Router. Useful when you're tired of fighting with event types or need to remember the right way to type useRef for DOM elements versus mutable values. More practical patterns than theory.
npx skills add https://github.com/davila7/claude-code-templates --skill react-dev