- commit
- a8c1cbb
- parent
- 61543a3
- author
- Eric Bower
- date
- 2023-08-28 15:56:58 +0000 UTC
doc: refactor
1 files changed,
+5,
-4
+5,
-4
1@@ -10,10 +10,11 @@ Supercharged async flow control library.
2 ## features
3
4 - async flow control library for `deno`, `node`, and browser
5-- task tree side-effect management system
6-- simple immutable data store
7-- traceability throughout the entire system
8-- data synchronization and caching for `react`
9+- task tree side-effect management system (like `redux-saga`)
10+- simple immutable data store (like `redux`)
11+- traceability throughout the entire system (dispatch actions)
12+- data synchronization and caching for `react` (like `react-query`,
13+ `redux/toolkit`)
14
15 ## example
16