Hacker News new | ask | show | jobs
by tkw01536 2477 days ago
I was missing an example of an async operation with Connective. Like fetch()ing something from an API based on a username.
1 comments

you can find one here: https://connective.dev/docs/invoke

it is not featured on the main page since the atomic process is not essentially different (neither from RxJS nor from any other library you might want to use to do that, though the ease of just plugging in any other library for that perhaps is different from RxJS).