ShockiTV
ShockiTV
Seems you need to place it inside that React Mixin getMeteorData() to be picked by fast-render. When I did it than it was sent to client. But than I got...
Well, if you import inside CSS and not in JS, you will get Webpack aliases working as css-loader etc is already in webpack scope. So feel free to use ICSS...
When talking about vanilla Mantra with ReactiveDict as LocalState, answer on your question will be to create Action which set it. Than you can call that action from your Component...
It is my first redux experience :D Still I am little confused form this, as mantra actions are quite complex. And in Redux naming Actions are something else. But if...
ArtistImages.findOne() will always return same (first) document when you have more documents in minimongo. Use some _id there or some selector to get the one you want Or use that...