v0.12.0
Enhancements:
- Support Redux middlewares
Breaking changes:
Store
now takes state as type parameter- Change
Store
toStore[State]
whereState
is the Redux state you are using.
- Change
Enhancements:
Breaking changes:
Store
now takes state as type parameter
Store
to Store[State]
where State
is the Redux state you are using.