kadirahq / fast-render

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

Template level subscription #153

Open daveeel opened 8 years ago

daveeel commented 8 years ago

I've moved all subscriptions to template, does this package still help?

khaledkbadr commented 8 years ago

+1

T-Grave commented 8 years ago

This question has already been answered in a way, checkout the following issue;https://github.com/kadirahq/fast-render/issues/115 The README of this package covers how to use the FastRender.route() API.

You will have to use this API for every route that has template level subscriptions and define them in there in such that Fast Render is aware of the subscriptions used on that route.