How do the cool kids use rxjs with react these days? Does it work well together?

Reply to this note

Please Login to reply.

Discussion

Its pretty simple to write a react hook for subscribing to an observable

https://github.com/streamich/react-use/blob/master/src/useObservable.ts

This lets react components update when an observable changes

Will check it out.