Reference
createRoot
Mounts a reactive render function into a DOM container.
Signature
function createRoot(container: ParentNode, render: (): RenderValue): DisposeReference
Mounts a reactive render function into a DOM container.
function createRoot(container: ParentNode, render: (): RenderValue): Dispose