xstate-ninja
v2.1.0
Published
XState Ninja core library for vanilla JS in browsers
Downloads
1,232
Readme
Quick Start
npm install --save xstate-ninja xstate
To track state machines in your project, do this:
import { interpret } from 'xstate-ninja'
const service = interpret(machine, { devTools: true })
Install the browser extension, open browser devtools (F12) and select the XState panel.