This is solid React fundamentals grounded in the official docs, which means you're getting current best practices without the blog post noise. It covers the full hooks lifecycle (useState, useEffect, context), component patterns, and real world patterns like data fetching with proper cleanup and error handling. The examples are practical: todo lists, forms with validation, window resize listeners. What I like is it doesn't try to reinvent React or push some framework on top. It's just modern functional components the way the React team intended. Use this when you want canonical React patterns without having to dig through outdated Stack Overflow answers.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill react-development