mobile-state-management
Installation
SKILL.md
Mobile State Management
Trigger
Use this skill when the user:
- Asks how to manage global or shared state in a React Native app
- Wants to fetch and cache server data
- Needs help choosing between state management libraries
- Is dealing with prop drilling or context performance issues
- Mentions "state", "Zustand", "Jotai", "React Query", "TanStack Query", "context", "store", or "cache"
Required Inputs
- State type: What kind of state the user needs (UI state, server/API data, form state, auth state)
- Current setup (optional): What they are using now (plain React state, Context, Redux, etc.)
- Data sources (optional): What APIs or backends they fetch from