Flux Example App with React & Meteor

getMeteorDate() Mixins may not be used?

You can still use them if you’d like. I think this example app shows how to go without them.

1 Like

getMeteorDate() inserted a trigger in the component to controller update,looks it is very simple But I want to better control the flow of data rather than everywhere can easily get data
,and MDG did not provide a suitable component communication way, React official says communications can user flux, oneway data flows of react more adept at rendering a view, I think your approach is likely to be the best choice for the time being:grin:

1 Like

Yea it’s a bit more work to setup than the mixin but I like the extra control. Good luck!