herculesx
v0.1.0
Published
Simple, predictable, developer friendly state management for alipay mini-program
Downloads
4
Readme
herculesX
Simple, predictable, developer friendly state management for alipay mini-program
Feature
- [x] Component&Page&global wrapper
- [x] dispatch, commit mutation actions getters ...vuex like apis
- [x] strengthen mutation, getters. add immutable helper to getters, and improve mutation usecase , add some common innerMutation
- [x] plugins support, add logger as inner plugin
- [x] cross page communication: message channel, auto router dispatcher, getState by name space
- [x] cross components communication: ref support
- [x] connect, connect Page to Component
- [x] global store support, management all store instance and component instance and global state, global message bus ,event bus
- [x] event bus support
- [x] auto router data flow, take over all lifecycle
- [x] use immer and immuble helper to promise immutable