A solid reference for React patterns you'll actually use in production. Covers component composition (compound components, render props), custom hooks with proper dependency management, and context-plus-reducer for state. The examples are clean and show both the pattern and real usage. Especially useful for the performance optimization section with useMemo and useCallback patterns that avoid common pitfalls like infinite render loops. The useQuery hook implementation is a good teaching example if you're building your own data fetching before reaching for a library. Skips the basics and focuses on intermediate patterns you'd encounter building real apps with Next.js or similar frameworks.
npx -y skills add affaan-m/ecc --skill frontend-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar