@stateflows/common
Common package for Stateflows framework clients
Common package for Stateflows framework clients
HTTP-based client for Stateflows framework
SignalR-based client for Stateflows framework
A simple, predictable state machine library for TypeScript
<p align="center"> <img src="https://i.imgur.com/FBHIiem.png" width="80%"/> </p>
An Angular wrapper for simple-state-machine library, integrates the simple-state-machine with Angular’s dependency injection system
## 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
## Installation
A primitive for creating reactive state machines.