Hello Gentlemen,
I want to call your attention to https://day8.github.io/re-frame/re-frame/ which is a ClojureScript lib for managing state in a web app. I've written an app using this and my experience with react-rxjs informed my use of it (e.g. giving a list component an observable of item ids). I believe if I wrote something else using react-rxjs or rxjs-state the reverse would be true as well.
Perhaps you will consider it food for thought as you design rxjs-state.
Hello Gentlemen,
I want to call your attention to https://day8.github.io/re-frame/re-frame/ which is a ClojureScript lib for managing state in a web app. I've written an app using this and my experience with
react-rxjsinformed my use of it (e.g. giving a list component an observable of item ids). I believe if I wrote something else usingreact-rxjsorrxjs-statethe reverse would be true as well.Perhaps you will consider it food for thought as you design
rxjs-state.