You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the best way to use Fast Render with template-level subscriptions?
Should I use FastRender.route(callback) to call Fast Render for every route where the template-level subscriptions are included? Or is there an easier way?
The text was updated successfully, but these errors were encountered:
That's the only way.
Since we can't render templates on the server, this is the only possible
way.
On Tue, May 12, 2015 at 8:22 AM Sacha Greif [email protected]
wrote:
What would be the best way to use Fast Render with template-level
subscriptions?
Should I use FastRender.route(callback) to call Fast Render for every
route where the template-level subscriptions are included? Or is there an
easier way?
—
Reply to this email directly or view it on GitHub #115.
What would be the best way to use Fast Render with template-level subscriptions?
Should I use
FastRender.route(callback)
to call Fast Render for every route where the template-level subscriptions are included? Or is there an easier way?The text was updated successfully, but these errors were encountered: