Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevcjones/rxjs-fsm
Just a finite statemachine done with RXJS
https://github.com/kevcjones/rxjs-fsm
angular finite-state-machine rxjs typescript
Last synced: 3 months ago
JSON representation
Just a finite statemachine done with RXJS
- Host: GitHub
- URL: https://github.com/kevcjones/rxjs-fsm
- Owner: kevcjones
- License: mit
- Created: 2019-08-17T19:58:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:26:59.000Z (about 2 years ago)
- Last Synced: 2024-11-08T00:09:20.007Z (3 months ago)
- Topics: angular, finite-state-machine, rxjs, typescript
- Language: TypeScript
- Size: 373 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rxjs-fsm ![https://travis-ci.org/KevCJones/rxjs-fsm.svg?branch=master](https://travis-ci.org/KevCJones/rxjs-fsm.svg?branch=master)
Just a finite statemachine done with RXJS. Will need some love before its production ready like tests, but it's not complicated, so it's probably safe if you need it, use it.## Why?
Because i needed it, and it was a good test of remind myself how to write one but to write one using rxjs.
## Examples
#### Stackblitz playground
[https://stackblitz.com/edit/stripe-fsm-npm](https://stackblitz.com/edit/stripe-fsm-npm)## TOD
- [+] ~Write tests~
- [+] ~Configure CI~
- [] timeout triggers observable style - timer(), or when something$ emits from somewhere
- [] on entry/exit triggers
- [] Write better docs
- [] Add some examples
- [] Consider visual outputs for FSM