dillon1000/react

Commit

Use lastProgressedUpdate pointer instead of firstPendingUpdate

We need to be able to access both, and since the list uses forward
pointers, it makes more sense to point to the one that comes first.
Otherwise to get the last progressed update you have to start at the
beginning of the list.
Browse files
Changed paths3 files
First-parent comparison
M src/renderers/noop/ReactNoop.js ModifiedM src/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedM src/renderers/shared/fiber/ReactFiberUpdateQueue.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…