Are there any projects that use Observable-Hooks? #111
Unanswered
pastelmind
asked this question in
Q&A
Replies: 1 comment
-
Hi! ext-saladict uses it mainly for animations so error handling is not really required. Based on my observations on our non-open-sourced projects and some of the projects from issues I find people with RxJS background tend to use idiomatic RxJS way to handle errors(e.g. sub-stream with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across Observable-Hooks while looking for ways to integrate RxJS with React. This library looks fantastic:+1:. I also checked out the example projects, but I'd like to see bigger projects using Observable-Hooks. Specifically, I want to know how applications handle errors in streams, as well as logging.
I did check out ext-saladict--which is impressive, by the way. But I couldn't find any code that deals with errors occuring inside a stream.
Are there any projects that may be helpful for me?
Beta Was this translation helpful? Give feedback.
All reactions