What is the difference between Meteor.autorun
and Tracker.autorun
?
- are they just aliases?
- is one deprecated?
- is there any instance where one is preferable to the other?
I'm well aware of the difference in using this.autorun
in template lifecycle callbacks, but have seen these two used interchangeably and just want to be sure I haven't missed a trick.