• Renders the given JSX Element into a DOM node and returns it. This node should be added to the DOM or some other static HTML element immediately or otherwise dynamic update of the returned node itself will be missed.

    Parameters

    • element: Element

      The JSX element to render.

    Returns Node

    The rendered DOM node.