Skip to content

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 ParameterDefault type
TElementunknown

Parameters

ParameterType
domParentElement
vnodeVNode<TElement>
domCacheMap<string, Element>
optionsReconcilerOptions<TElement>

Returns

void