• Create a real DOM element from a virtual element node.

    Parameters

    Returns Text

    A new DOM element for the given virtual element node.

    Notes

    This creates a brand new real DOM element with a structure which matches the given virtual DOM node.

    If virtual diffing is desired, use the render function instead.

  • Parameters

    Returns HTMLElement