dillon1000/react
Commit
Browse files [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.
Changed paths3 files
First-parent comparisonpackages/react-reconciler/src/ReactFiberCommitEffects.js AddedA packages/react-reconciler/src/ReactFiberCommitHostEffects.js AddedM packages/react-reconciler/src/ReactFiberCommitWork.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…