faumally
Form library powered by state machines
Form library powered by state machines
Spec compliant state machines using JSX, XML or JSON and chainable methods
Spec compliant state machines using JSX, XML or JSON and chainable methods
Utilities for generating end-user authentication tokens for the State Backed XState backend as a service
Finite State Machines and Statecharts for the Modern Web.
The API client for the StateBacked.dev XState backend as a service
Useful types and utilities for defining StateBacked.dev machine definitions for the State Backed XState backend as a service
Useful types and utilities for defining StateBacked.dev machine definitions for the State Backed XState backend as a service
React hooks for interacting with the StateBacked.dev backend as a service
## 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
Tools for operating on xstate state machines as data, by Simply Stated