dillon1000/react

Commit

[Fiber] Extract Functions that Call User Space and Host Configs in Commit to Separate Modules (#30881)

This is mostly just moves and same code extracted into utility
functions.

This is to help clarify what needs to be wrapped in try/catch and
runWithFiberInDEV. I'll do the runWithFiberInDEV changes in a follow up.

This leaves ReactCommitWork mostly to do matching on the tag and the
recursive loops.
Browse files
Changed paths3 files
First-parent comparison
A packages/react-reconciler/src/ReactFiberCommitEffects.js AddedA packages/react-reconciler/src/ReactFiberCommitHostEffects.js AddedM packages/react-reconciler/src/ReactFiberCommitWork.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…