zustand-mobile-patterns
Installation
SKILL.md
Zustand Mobile Patterns Skill
This skill covers Zustand state management for React Native apps.
When to Use
Use this skill when:
- Managing global client state
- Authentication state
- User preferences/settings
- Shopping cart
- Theme management
Core Principle
SIMPLE AND MINIMAL - Zustand is lightweight. Keep stores focused.
Installation
Related skills