dillon1000/react
Commit
Browse files Pass current instead of picking it up from alternate
This colocates the reliance on alternate with the scheduler, so that we have the option to not use this, or more easily break apart the initial mount phase into an optimized path.
Changed paths4 files
First-parent comparisonsrc/renderers/shared/fiber/ReactChildFiber.js ModifiedM src/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedM src/renderers/shared/fiber/ReactFiberCommitWork.js ModifiedM src/renderers/shared/fiber/ReactFiberScheduler.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…