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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: