Releases: TechEmpower/react-governor
Releases · TechEmpower/react-governor
Version 0.5.0
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
Version 0.4.0
This update includes:
- A change to async action creation
- Removes
class
support for creating a contract - Removes
this.state
support within actions