repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
1b0365a
parent
f2bfbd1
author
Eric Bower
date
2023-12-19 03:00:24 +0000 UTC
docs: readme
1 files changed,  +1, -0
M README.md
+1, -0
1@@ -17,6 +17,7 @@ Read my introductory blog post:
2 # features
3 
4 - task tree side-effect management system (like `redux-saga`)
5+- task management and fault-tolerance via supervisors
6 - simple immutable data store (like `redux`)
7 - traceability throughout the entire system (event logs via dispatching actions)
8 - data synchronization and caching for `react` (like `react-query`, `rtk-query`)