You should use React.createClass(), not ES6 classes, if you want to use ReactMeteorData (and trust me, you do). There’s no compelling reason to make your React components via classes.
You could just grab the code for the ReactMeteorData mixin and throw it into your project and hack it in. There are other hacks out there, but personally I’d avoid the headache.
It’s the right package, yes. How you include it depends on your project really.
With MeteorHacks:NPM for instance. Unless you’re already using Meteor 1.3
Haha…no don’t blame Meteor. It’s my fault - noob and all that. So, decorators won’t work in ES6 (it’s ES7). You’d have to use the mixin differently. Try: