Vdom_blitSourceRegister global rules (command and custom element handlers). Local ones can also be passed explicitly to run.
val run :
?env:env ->
?container:Js_browser.Element.t ->
('model, 'msg) Vdom.app ->
('model, 'msg) appInstantion a VDOM application into a concrete one, running into a fixed fresh DOM container node.
Dispose all the resources attached to an application. If the container was provided on run, it is emptied on disposal, otherwise it is removed from the DOM.
Returns the main DOM node that serves as the container for a Vdom application.