react-native-state
Installation
SKILL.md
React Native State Management Skill
Learn production-ready state management including Redux Toolkit, Zustand, TanStack Query, and persistence with AsyncStorage/MMKV.
Prerequisites
- React Native basics
- TypeScript fundamentals
- Understanding of React hooks
Learning Objectives
After completing this skill, you will be able to:
- Set up Redux Toolkit with TypeScript
- Create Zustand stores with persistence
- Manage server state with TanStack Query
- Persist data with AsyncStorage/MMKV
- Choose the right solution for each use case