A wrapper for xstate that stores state, handles transitions, emits events for state changes and actions/activities, and includes an optional reducer framework for updating state and invoking side-effects
interpreter
state-machine
statechart
reducer
finite-state-machine
hierarchical-state-machine
harel
xstate
-
Updated
Jul 18, 2018 - JavaScript
I believe xstateful could have more integrated devtools in the future, but for now, there is a quick and easy devtools integration.
I believe Redux Devtools could be setup to display both
stateandxstate, along with all actions fired.As an example of how Redux Devtools can be setup for use with xstate, see React-Automata:
https://github.com