I’m learning how to use React with Meteor, and coming from Blaze I’m having difficulty passing data between unrelated, i.e. not parent to child, components to alter their states. What is the current best practise to do that? Can anyone share sample code for that?
I am exploring Redux, using the fabulous tutorial provided by @abhiaiyer but it feels like a completely foreign concept to the “Meteor way” albeit it being a very interesting approach to have predictable state in your app.