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

Reply to this note

Please Login to reply.

Discussion

Will check it out.