This is a solid reference for modern React patterns you'll actually use. It covers composition patterns, compound components with context, custom hooks for common needs like debouncing and data fetching, and the context plus reducer pattern for state management. The performance section is practical too, showing memoization, code splitting with lazy loading, and virtualization for long lists. The examples are TypeScript throughout and show both the pattern implementation and usage, which makes it easy to adapt to your own codebase. It's more of a pattern library than a teaching guide, so you'll get the most out of it if you already understand React fundamentals and just need clean examples to reference or copy.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill cc-skill-frontend-patterns