StateMachine features
abhimuktheeswarar
released this
31 Jul 06:24
·
24 commits
to master
since this release
-
Add support for state transitions
Flow
- valid transition, invalid transition, onEnter, onExit... -
Support to build reducer as a StateMachine update function with the ability to handle error when no match is found.
-
Simplify hot, cold, hot cold side effects into one
SideEffect
abstract class. -
Support to restore initial state after initializing
StateReserve
.