repos / starfx

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

starfx / docs / posts
Eric Bower · 26 Aug 24

resources.md

 1---
 2title: Resources
 3description: Some useful links to learn more
 4---
 5
 6# Quick links
 7
 8- [API Docs](https://deno.land/x/starfx@v0.13.2/mod.ts)
 9- [blog posts about starfx](https://bower.sh/?tag=starfx)
10- [examples repo](https://github.com/neurosnap/starfx-examples)
11- [production example repo](https://github.com/aptible/app-ui)
12
13# Talks
14
15I recently gave a talk about delimited continuations where I also discuss this
16library:
17
18<iframe width="560" height="315" src="https://www.youtube.com/embed/uRbqLGj_6mI?si=NThzU1CxH-6Abrr7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
19
20> [Delimited continuations are all you need](https://youtu.be/uRbqLGj_6mI?si=Mok0J8Wp0Z-ahFrN)
21
22Here is another talk I helped facilitate about `effection` with the library
23creator:
24
25<iframe width="560" height="315" src="https://www.youtube.com/embed/lJDgpxRw5WA?si=UM5KJ25AH24qNMrs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
26
27> [effection with Charles Lowell](https://youtu.be/lJDgpxRw5WA?si=cCHZiKqNO7vIUhPc)
28
29Here is a deep-dive on how we are using `starfx` in a production App at Aptible:
30
31<iframe width="560" height="315" src="https://www.youtube.com/embed/3M5VJuIi5fk?si=QJ-ksn7N6dWXY_tA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
32
33> [app-ui deep dive](https://youtu.be/3M5VJuIi5fk)
34
35# Other notable libraries
36
37This library is not possible without these foundational libraries:
38
39- [continuation](https://github.com/thefrontside/continuation)
40- [effection v3](https://github.com/thefrontside/effection/tree/v3)