Mobservable.js, Tracker for React components

Mobserable lets you reactively update your components via a Tracker like manner. Very interesting project. It will observe any change in the state variable (no ReactiveVar), and it provides domain functions for states. We should be able to use this in upcoming meteor 1.3 for npm/module support;

http://mweststrate.github.io/mobservable/

2 Likes