Releases: rlmcneary2/reshape-state
Releases · rlmcneary2/reshape-state
v1.2.2
v1.2.1
Minor update to the README file with a link to the example application on codesandbox.io.
v1.2.0
Typically after starting asynchronous code in a handler the convention is to dispatch another Action which will inform all handlers of the asynchronous code's completion and one or more of the handlers will use the action to update state. Sometimes there is no no need to inform all the handlers about the asynchronous result but simply to update state with the asynchronous result. In this case an InlineHandler
can be dispatched which will be invoked with the current state. Like other handler functions it must synchronously return a state object and an indication if the state has changed.
v1.1.1
- Fix workspace for build script. 80c3912