React + TypeScript для продакшн-фронтенда
★ 7.5 · general
react-typescript is a Claude Code skill that provides React + TypeScript patterns for production-grade frontends. It covers typed components with explicit prop interfaces, custom hooks with AbortController cleanup, Zustand state management, React Hook Form with Zod validation, and lazy-loaded routes via React.lazy. The recommended project layout separates components, pages, hooks, store, api, types, and utils into distinct layers. Built-in rules enforce no-any typing, useEffect cleanup, useMemo and useCallback for performance, file size limits under 300 lines, and error boundaries around page-level components. Use this skill whenever you're building TSX UI — from a single reusable component to the full architecture of a React application.