kadirahq / fast-render

Render you app even before the DDP connection is live. - magic?
MIT License
560 stars 80 forks source link

auto detect template subscriptions? #156

Open christophmayrhofer opened 8 years ago

christophmayrhofer commented 8 years ago

The fast render docs say that automatic subscription detection works for: Subscriptions defined in the route's waitOn function. Subscriptions defined in the route controller's waitOn function. Subscriptions defined in the route controller's subscriptions method.

However, Kadira academy states that it is not advisable to define subscriptions on the route level, but rather define them in the templates. So this seems to contradict the fast-render implementation

LewisW commented 8 years ago

See #115