state.js
State machine library
An executable state machine API for Node and Web development
DEPRECATED, please see @steelbreeze/state
323 stars
21 watching
39 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
davestewart/javascript-state-machine | A JavaScript library for managing state-dependent systems through an event-driven finite-state machine | 342 |
unquietcode/jstate | Provides a Java tool for building and managing state machines with standardized methods and callbacks. | 97 |
johnhenry/understate | A state management library that abstracts away Redux-like concepts using higher-order functional programming | 7 |
ifandelse/machina.js | A JavaScript framework for creating and managing state machines in software applications. | 1,929 |
svenfuchs/simple_states | A lightweight statemachine-like support library with event handling and state management capabilities. | 96 |
markselby9/vuez | A simple state management library for Vue.js projects | 42 |
marcisbee/exome | A state management library that enables easy creation of complex, deeply nested states using classes and methods. | 238 |
state-machines/state_machines | Supports creating state machines for attributes on Ruby classes | 818 |
brucou/kingly | A small JavaScript library for modeling and executing user interface behavior as state machines. | 202 |
mheiber/redux-machine | A tiny JavaScript library for creating state machines in Redux apps. | 336 |
jonabrams/spaceace | An immutable state management library designed to simplify state updates and improve code organization | 164 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
stefanpenner/ember-state-services | A state management addon for EmberJS applications | 226 |
stephenb/coffee-machine | A state machine implementation written in CoffeeScript | 32 |