xstate-ninja icon indicating copy to clipboard operation
xstate-ninja copied to clipboard

Devtool for XState state machines

Results 13 xstate-ninja issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Add an interface for dispatching arbitrary events to arbitrary actors.

enhancement

Assign actions are currently not reported by xstate. This may be solvable with the new Inspect API in v5.

enhancement

Provide links for jumping into code from the actions and actors panel.

enhancement

Events which caused an actor to be spawned should be marked with an icon.

enhancement

Transition actions should be displayed on event frames only. Entry/exit actions should be displayed on state nodes only. Mark their type.

enhancement

Visualize guards on event frames.

enhancement