This is a solid reference for modern React development that covers the essentials: hooks like useState, useReducer, and useContext with actual working examples, plus patterns for combining them effectively. You'll find it useful when you need to remember the right way to handle complex state with useReducer instead of prop drilling, or when setting up context providers properly. The code examples are practical, like the task manager reducer and theme context implementations, not just toy demos. It's clearly written for React 18+ functional components, so if you're still dealing with class components or need to refactor legacy code, the patterns here will help. The guide assumes you know React basics but need reminders on best practices and composition patterns.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill react-patterns