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

Call JS functions inside web containers from the parent app #69

Open
gliechtenstein opened this issue Jul 23, 2017 · 0 comments
Open

Call JS functions inside web containers from the parent app #69

gliechtenstein opened this issue Jul 23, 2017 · 0 comments

Comments

@gliechtenstein
Copy link
Contributor

This is the opposite of #66

Currently if you want to dynamically update contents inside a web container, you have to re-render the whole view.

But the nice thing about web containers is it's a completely isolated environment from the outside world, so if we can simply send a message to the container it can update on its own without us re-rendering the entire view.

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

1 participant