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