Edit the message; the custom element updates automatically.
<!-- HTML: data="message" binds to state.message --> <hello-world data="message"></hello-world> // JS: updating state re-renders the element window.state.message = "World";