Create a real DOM element from a virtual element node.
A new DOM element for the given virtual element node.
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.
render
The virtual element node to realize.
Generated using TypeDoc
Create a real DOM element from a virtual element node.
Returns
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
renderfunction instead.