# zustand-specialist > State management patterns and best practices using Zustand. - Author: Farhad Asgarov - Repository: itublockchain/hackmoney-router402 - Version: 20260208023022 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/itublockchain/hackmoney-router402 - Web: https://mule.run/skillshub/@@itublockchain/hackmoney-router402~zustand-specialist:20260208023022 --- --- name: zustand-specialist description: State management patterns and best practices using Zustand. --- # Zustand Specialist Skill Guidance for efficient state management with Zustand. ## Patterns - Slice pattern for organizing large stores. - Use selectors for atomic updates. - Keep stores focused and decoupled. - Handle persistence and hydration correctly.