- commit
- 10377f3
- parent
- 213be82
- author
- Eric Bower
- date
- 2023-09-02 14:50:55 +0000 UTC
doc: readme
1 files changed,
+9,
-7
+9,
-7
1@@ -16,13 +16,6 @@ Supercharged async flow control library.
2 - data synchronization and caching for `react` (like `react-query`,
3 `redux/toolkit`)
4
5-## talk
6-
7-I recently gave a talk about deliminited continuations where I also discuss this
8-library:
9-
10-[![Delminited continuations are all you need](http://img.youtube.com/vi/uRbqLGj_6mI/0.jpg)](https://youtu.be/uRbqLGj_6mI?si=Mok0J8Wp0Z-ahFrN)
11-
12 ## example
13
14 This complete solution to the problem Jake Archibald discusses in his blog
15@@ -64,6 +57,15 @@ console.log(results);
16
17 Please see [examples repo](https://github.com/neurosnap/starfx-examples).
18
19+## talk
20+
21+I recently gave a talk about deliminited continuations where I also discuss this
22+library:
23+
24+[![Delminited continuations are all you need](http://img.youtube.com/vi/uRbqLGj_6mI/0.jpg)](https://youtu.be/uRbqLGj_6mI?si=Mok0J8Wp0Z-ahFrN)
25+
26+
27+
28 ## resources
29
30 This library is not possible without these foundational libraries: