Interface: Reconciler
Interface for logic that reconciles an external DOM tree with the internal document.
Methods
reconcile()
reconcile(
externalNode,internalElement):void
Reconciles the internal element's children to match the external node's children.
Parameters
externalNode
internalElement
Returns
void