Do I need to have react-addons-pure-render-mixin in my Meteor / React project?
I’m not using the mixin anywhere and I’m not using the createContainer of react-meteor-data anywhere. But I’m wondering if perhaps Meteor is using it behind the scenes somehow?
To be clear - there is no downside at all to using mixins internally in libraries. The only problem is when your components start depending on a lot of mixins, making your app code more complex.