pub fn patch_children(
old_children: &[VNode],
new_children: &[VNode],
parent: &Node,
)Expand description
Patch the children list of a DOM node.
Decides whether to use keyed or un-keyed reconciliation based on whether
the children have key attributes.