There is nothing stopping you using a flux-like architecture with RxJS or BaconJS. For example, instead of action creators you can push to a Bacon.Bus that is listened to by your store, which can be a Bacon.Property.
I found using BaconJS much nicer if I needed to transform data from asynchronous requests because you end up with a much more functional approach.
I found using BaconJS much nicer if I needed to transform data from asynchronous requests because you end up with a much more functional approach.