MobX Observable is not Rx Observable
Published in
1 min readFeb 10, 2018
Here are two tables that show the similarities and differences between MobX Observables and Rx Observables:
Similarities
Differences
ALSO:
- Vue.js Internals: How computed properties work: it’s about how MobX, Vue, and Meteor work — they all use the same neat trick.
- The Introduction to Reactive Programming you’ve been missing: it’s really about how to use Rx-like libraries.