MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / reconcileChildren

Function reconcileChildren

code/one-direction-data-flow/public/app.js:9634–9636  ·  view source on GitHub ↗
(current, workInProgress, nextChildren)

Source from the content-addressed store, hash-verified

9632
9633
9634 function reconcileChildren(current, workInProgress, nextChildren) {
9635 reconcileChildrenAtExpirationTime(current, workInProgress, nextChildren, workInProgress.expirationTime);
9636 }
9637
9638 function reconcileChildrenAtExpirationTime(current, workInProgress, nextChildren, renderExpirationTime) {
9639 if (current === null) {

Callers 10

updateForwardRefFunction · 0.70
updateFragmentFunction · 0.70
updateModeFunction · 0.70
updateHostRootFunction · 0.70
updateHostComponentFunction · 0.70
updatePortalComponentFunction · 0.70
updateContextProviderFunction · 0.70
updateContextConsumerFunction · 0.70

Calls 1

Tested by

no test coverage detected