Great redux-rx by @acdlite was the source of inspiration for RxConnect. However, since it's not activelly supported anymore, we decided to write our own. It's JavaScript after all :D
Jokes aside, we think RxConnect is better because:
store
from the context), but it's nice to use the same API with pure React components.dispatch
. redux-rx converts everything to Rx's streams but in our case we decided that stuff like dispatch
method is always static and it's kinda pointless to consume it as a stream.