- commit
- b84e692
- parent
- ee29a97
- author
- Eric Bower
- date
- 2023-11-23 02:32:47 +0000 UTC
docs: readme headers
1 files changed,
+5,
-5
+5,
-5
1@@ -12,7 +12,7 @@ and state management.
2 Read my introductory blog post:
3 [what is starfx?](https://bower.sh/what-is-starfx)
4
5-## features
6+# features
7
8 - async flow control library for `deno`, `node`, and browser
9 - task tree side-effect management system (like `redux-saga`)
10@@ -20,7 +20,7 @@ Read my introductory blog post:
11 - traceability throughout the entire system (event logs via dispatching actions)
12 - data synchronization and caching for `react` (like `react-query`, `rtk-query`)
13
14-## design philosophy
15+# design philosophy
16
17 - side-effect management is a first-class citizen
18 - leverage structured concurrency to manage side-effects
19@@ -109,18 +109,18 @@ const store = configureStore({ initialState });
20 store.dispatch(fetchUsers());
21 ```
22
23-## usage
24+# usage
25
26 Please see [examples repo](https://github.com/neurosnap/starfx-examples).
27
28-## talk
29+# talk
30
31 I recently gave a talk about deliminited continuations where I also discuss this
32 library:
33
34 [![Delminited continuations are all you need](http://img.youtube.com/vi/uRbqLGj_6mI/0.jpg)](https://youtu.be/uRbqLGj_6mI?si=Mok0J8Wp0Z-ahFrN)
35
36-## resources
37+# resources
38
39 This library is not possible without these foundational libraries:
40