Harness Meteor reactivity with RxJS.
RxJS is built to simplify complexity dealing with reactive data flows.
At the same time, Meteor's Minimongo cursors are a good target for RxJS API due to their reactivity.
Thus, combining RxJS and Meteor, we bring together best parts of two worlds.