render

Render into a container which is appended to document.body. It should be used with cleanup.


external fun render(ui: ReactNode, options: RenderOptions<*, *>? = definedExternally): RenderResult<*, *>(source)