mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
If we reconcile components higher in the hierarchy they will likely reconcile components lower in the hierarchy. If we sort by depth then when we reach those components there will be no more pending state or props and it will no op.