Provides opinionated integration patterns for building production-grade mobile apps using Expo, Zustand, MMKV, and TanStack Query.
This skill streamlines mobile development by bridging the gaps between popular React Native libraries, focusing specifically on the 'integration seams' where complex bugs often reside. It offers structured guidance on architectural challenges such as synchronizing Zustand with MMKV for persistent storage, managing Expo Router navigation guards, and coordinating TanStack Query for robust offline-first experiences. By following these established patterns, developers can avoid common pitfalls like store hydration race conditions and inconsistent authentication flows while maintaining a clean, scalable codebase.
주요 기능
01Seamless Expo Router and authentication flow composition
02MMKV-backed Zustand store persistence and hydration strategies
0315 GitHub stars
04Optimized TanStack Query patterns for offline state management
05Automated detection of stack-specific anti-patterns and hydration races
06Standardized mobile project structure and layer architecture
사용 사례
01Implementing robust offline data persistence in an Expo-based mobile application
02Resolving race conditions between global state hydration and UI rendering
03Designing complex navigation guards and layout structures with Expo Router