Skip to content

Commit

Permalink
docs: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Aug 26, 2024
1 parent 10d40c5 commit 144ca25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/posts/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ title: Error handling
description: How to manage errors
---

By leveraging [structured concurrency](/structured-concurrency) we can let it do
most of the heavy lifting for managing errors.
By leveraging `effection` and [structured concurrency](/structured-concurrency)
we can let it do most of the heavy lifting for managing errors.

> Read [error handling](https://frontside.com/effection/docs/errors) doc at
> `effection`!
There are some tools `starfx` provides to make it a little easier.

Expand Down
3 changes: 2 additions & 1 deletion docs/posts/fx.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: fx
description: Utilities to handle complex async flow control
---

`fx` (Effects) are helper functions to make async flow control easier.
`fx` (pronounced Effects) are helper functions to make async flow control
easier.

# parallel

Expand Down
3 changes: 3 additions & 0 deletions docs/posts/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Some useful links to learn more

# Quick links

- [API Docs](https://deno.land/x/[email protected]/mod.ts)
- [blog posts about starfx](https://bower.sh/?tag=starfx)
- [examples repo](https://github.com/neurosnap/starfx-examples)
- [production example repo](https://github.com/aptible/app-ui)
Expand All @@ -14,6 +15,8 @@ description: Some useful links to learn more
I recently gave a talk about delimited continuations where I also discuss this
library:

<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>

- [Delimited continuations are all you need](https://youtu.be/uRbqLGj_6mI?si=Mok0J8Wp0Z-ahFrN)

Here is another talk I helped facilitate about `effection` with the library
Expand Down

0 comments on commit 144ca25

Please sign in to comment.