Creates a root controller bound to a specific DOM element. The returned object manages mounting/updating and removal of component trees.
Root HTML element to use. If a string is provided, it is resolved via document.querySelector.
document.querySelector
Root controller.
Creates a root controller bound to a specific DOM element. The returned object manages mounting/updating and removal of component trees.