Having many ways to subscribe to a collection, how do I determine which is best to apply in a particular case? What can be my basis for deciding?
Meteor.subscribe via Iron Router waitOn option (I’m currently using this approach for all)
this.subscribe available in Meteor 1.0.4
Meteorhacks subs-manager (just found out about this and I’m curious if the problem being solved here is already covered in the new this.subscribe method)
I’m currently building my first-ever real meteor app and really need some insight, or any suggestions regarding this matter.