概要
This skill provides comprehensive guidance for extending Zustand stores using powerful middleware patterns. It enables Claude to correctly implement persistent state across sessions, integrate Redux DevTools for advanced debugging, and utilize Immer for simplified immutable state logic. With detailed coverage of middleware composition order, custom middleware creation, and platform-specific storage solutions like IndexedDB or React Native AsyncStorage, it ensures your application's state management is robust, scalable, and follows professional standards.