dillon1000/react
Commit
Browse files Don't reconcile children unneccessarily
We've talked about this perf optimization for a while now. This prevents us from re-reconciling components that are above the component being reconciled in the owner hierarchy.
Changed paths2 files
First-parent comparisonsrc/core/ReactCompositeComponent.js ModifiedM src/core/__tests__/ReactUpdates-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…