xstate-ninja
xstate-ninja copied to clipboard
Devtool for XState state machines
If an event did not change current finite state (only actions are executed, or the transition was internal) a new state frame might not be needed. Make sure we visualize...
Assign actions are currently not reported by xstate. This may be solvable with the new Inspect API in v5.
Provide links for jumping into code from the actions and actors panel.
Events which caused an actor to be spawned should be marked with an icon.
Transition actions should be displayed on event frames only. Entry/exit actions should be displayed on state nodes only. Mark their type.