Documentation / @ripl/dom / reconcileNode
Function: reconcileNode()
reconcileNode<
TElement>(domParent,vnode,domCache,options):void
Defined in: dom/src/vdom.ts:85
Reconciles a virtual node tree against the live DOM, creating, updating, reordering, and removing child elements as needed.
Type Parameters
| Type Parameter | Default type |
|---|---|
TElement | unknown |
Parameters
| Parameter | Type |
|---|---|
domParent | Element |
vnode | VNode<TElement> |
domCache | Map<string, Element> |
options | ReconcilerOptions<TElement> |
Returns
void