소개
This skill empowers Claude to architect robust React applications using the Context API, providing production-grade patterns for global state management. It covers everything from basic context creation and TypeScript integration to advanced concepts like context splitting for performance, useReducer for complex state logic, and persistence strategies. By utilizing these standardized patterns, developers can create cleaner, more maintainable component trees while avoiding the overhead of external state libraries when they are not strictly necessary.