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

Reactive Data #24

Closed
Acostan opened this issue Feb 9, 2016 · 1 comment
Closed

Reactive Data #24

Acostan opened this issue Feb 9, 2016 · 1 comment

Comments

@Acostan
Copy link

Acostan commented Feb 9, 2016

If Content comes from a Handlebars template for example, and lets say that Handlebars template contains some reactive data (meteorjs), will that reactive data appear in the Surface without having to write code to re-render? Or will the data automatically stream the content from the handlebars template?

PS: Keep up the excellent work!!!

@dmvaldman
Copy link
Owner

This might be of help: http://stackoverflow.com/questions/28615327/running-a-function-after-a-meteor-template-is-updated?rq=1

There will need to be some hook established. Something eventually asks the template to re-render, and afterwards the Surface associated will have to call setContent.

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