Паттерны React и Next.js для фронтенда
★ 7.9 · web-development
frontend-patterns is a Claude Code skill that delivers production-ready React and Next.js development patterns covering component composition, state management, data fetching, performance optimization, form handling, routing, and accessible UI design. It includes TypeScript examples for compound components, render props, and reusable custom hooks such as useToggle and useQuery — with inline explanations of subtle issues like preventing infinite fetch loops via useRef. State management guidance spans useState, useReducer, Zustand, and Context, while data fetching covers SWR, React Query, and server components. The skill activates when building or reviewing React components, tuning render performance, or implementing form validation with Zod schemas.
- #react
- #nextjs
- #frontend-patterns
- #component-composition
- #state-management
- #performance-optimization