Abhi Aiyer
1 min readNov 6, 2015

--

Hey Massimo,

That’s not necessarily true! Yes, the Blaze-Meteor integration is tightly coupled around the Tracker library, but the same constructs are found in React. Meteor-React provides a great mixin called, “ReactMeteorMixin” which gives your component a method getMeteorData. With this, you can setup reactivity! It's true, Blaze was designed to be the FE for Meteor apps, but with the release of 1.2 that's not true anymore! The truth is, you should build your app in a way where the View Layer doesn't matter. The client code is pluggable into any framework syntax. More on that in another blog post! Thanks for the response

--

--