Implements industry-standard state management patterns for React Native using Context, Zustand, Redux Toolkit, and TanStack Query.
This skill provides specialized guidance for architecting robust React Native applications through optimized state management strategies. It helps developers choose the right tool for every scenario—ranging from simple component state and shared logic via Context to lightweight global stores with Zustand or complex, scalable implementations using Redux Toolkit. By enforcing best practices, identifying anti-patterns like prop drilling, and integrating server-state management with TanStack Query, this skill ensures your mobile applications remain performant and maintainable as they grow.
주요 기능
01Decision framework for choosing Local vs. Global state
02Anti-pattern detection to reduce redundant re-renders
03Best practices for Context API to prevent prop drilling
04Server-state management with TanStack Query integration
05Production-grade Zustand and Redux Toolkit implementation patterns
06263 GitHub stars
사용 사례
01Architecting global state for complex cross-platform mobile applications
02Migrating from legacy prop drilling to modern Zustand stores
03Implementing efficient API data caching and refetching strategies