@statebacked/token
Utilities for generating end-user authentication tokens for the State Backed XState backend as a service
Utilities for generating end-user authentication tokens for the State Backed XState backend as a service
Tiny composable statecharts library for javascript
This controller allows you to subscribe to an XState actor, updating a specified reactive property whenever the state machine transitions.
Unit tests for XState
A React hook for using a statechart to manage a component's state
Simple Stateless Statechart
state manipulation primitives
Minimal statecharts library for JS/TS
Finite State Machines and Statecharts for the Modern Web. (Ported to Roblox-TS)
XState tools for React. (Ported to Roblox-TS)
XState tools for Svelte
Tools for operating on xstate state machines as data, by Simply Stated
## Installation ``` npm i @simple-state-machine/core ``` ## Quick glance - A simplest state machine can be a "Light<>Dark" Mode toggling. On click of button is toggle from `light` to `dark` or vice versa. - State diagram looks something like this for i