Loading...
Loading...
Found 5 Skills
Use when React Context patterns for state management. Use when sharing state across component trees without prop drilling.
Implement state management patterns for frontend applications. Use when managing global state, handling complex data flows, or coordinating state across components. Handles React Context, Redux, Zustand, Recoil, and state management best practices.
Implements complete dark/light mode theming systems using CSS variables, Tailwind dark mode, React context, and system preference detection. Use when users request "add dark mode", "theme toggle", "dark theme", "light mode switch", or "color scheme".
Make data available to multiple child components without prop drilling using React Context.
Create multiple components that work together to perform a single task by sharing implicit state.