repos / starfx

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

commit
f2bfbd1
parent
5619d15
author
Eric Bower
date
2023-12-19 02:50:05 +0000 UTC
docs: readme
1 files changed,  +2, -3
M README.md
+2, -3
 1@@ -16,7 +16,6 @@ Read my introductory blog post:
 2 
 3 # features
 4 
 5-- async flow control library for `deno`, `node`, and browser
 6 - task tree side-effect management system (like `redux-saga`)
 7 - simple immutable data store (like `redux`)
 8 - traceability throughout the entire system (event logs via dispatching actions)
 9@@ -242,8 +241,8 @@ function App() {
10 
11 # usage
12 
13-- [examples repo](https://github.com/neurosnap/starfx-examples).
14-- [production example repo](https://github.com/aptible/app-ui);
15+- [examples repo](https://github.com/neurosnap/starfx-examples)
16+- [production example repo](https://github.com/aptible/app-ui)
17 
18 # when to use this library?
19