What do you mean by “ we are doing React in Meteor in the wrong way”.
Churchill Aboge
12

In react the way how we do stuff with building containers. We call it container compositions. Basically there are no mixins.

We create components which has no states.

Then we make them as containers with a compose functions.

Now we can test everything.

I’m writing a blog post about this tomorrow. Stay tuned.