React.PureComponent instead of react-addons-pure-render-mixin

In tutorial Meteor + react in order to use data from a collection inside a React component it’s recommended to use react-meteor-data and we have to install react-addons-pure-render-mixin which is depricated.
Is there a possibility to use PureContainer + “react-meteor-data: alternative”?

1 Like

At the moment it’s still working fine. There is an open issue on github, so maybe someone could make a PR to update react-meteor-data …