Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

A major revamp on action handlers

Latest
Compare
Choose a tag to compare
@aprilmintacpineda aprilmintacpineda released this 10 Sep 08:23
· 4 commits to master since this release
  • action handlers now receive the getStoreState function instead of the store.state. You should now use it to get the store's state. This ensures that you always get the latest state.