Abhi Aiyer
1 min readDec 27, 2015

--

Hey Mike,

Yes! When you write React components in ES6 syntax you lose the mixins attribute you get from React.createClass. I used browserify and meteorhacks:npm to require “react-mixin” which allows me to mixin the Meteor Data into my react component.

Check it out!

Abhi

--

--