Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast Render + Template-level subscriptions #115

Closed
SachaG opened this issue May 12, 2015 · 2 comments
Closed

Fast Render + Template-level subscriptions #115

SachaG opened this issue May 12, 2015 · 2 comments

Comments

@SachaG
Copy link

SachaG commented May 12, 2015

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?

@arunoda
Copy link
Contributor

arunoda commented May 12, 2015

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.

@SachaG
Copy link
Author

SachaG commented May 12, 2015

Yeah that makes sense. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants