v0.5.0
Changes
- Removed
useGlobal
anduseGlobalReducer
- Allow passing both key and global state object on
useGlobalState
anduseGlobalStateReducer
- Run
useEffect
inuseGlobalStateReducer
only on mounting and unmounting components(Simply subscribe when mounting and unsubscribe when unmounting)