Skip to content

Version 0.5.0

Latest
Compare
Choose a tag to compare
@NateBrady23 NateBrady23 released this 04 Jun 23:27
· 17 commits to master since this release

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