This update includes breaking changes:
- All actions must return a reducer
- state is no longer passed to actions
- actions have access to the current state by using
this.state
in the action body and the reducer body
This update includes breaking changes:
this.state
in the action body and the reducer body