updateWorkInProgressOffscreenFiber() — react Function Reference
Architecture documentation for the updateWorkInProgressOffscreenFiber() function in ReactFiberBeginWork.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 34d657a1_f8c8_f0b5_e2d8_cba9518e0da2["updateWorkInProgressOffscreenFiber()"] 0be70812_cc0c_b210_f84f_8e61dd5f831c["ReactFiberBeginWork.js"] 34d657a1_f8c8_f0b5_e2d8_cba9518e0da2 -->|defined in| 0be70812_cc0c_b210_f84f_8e61dd5f831c 7ace11c1_e82a_4a1b_c698_6bb1566f0ae0["updateActivityComponent()"] 7ace11c1_e82a_4a1b_c698_6bb1566f0ae0 -->|calls| 34d657a1_f8c8_f0b5_e2d8_cba9518e0da2 8218aaad_17ca_edea_e451_2a52276c87ea["updateSuspensePrimaryChildren()"] 8218aaad_17ca_edea_e451_2a52276c87ea -->|calls| 34d657a1_f8c8_f0b5_e2d8_cba9518e0da2 cff6838d_8fc0_b94c_3dcd_2def67940837["updateSuspenseFallbackChildren()"] cff6838d_8fc0_b94c_3dcd_2def67940837 -->|calls| 34d657a1_f8c8_f0b5_e2d8_cba9518e0da2 style 34d657a1_f8c8_f0b5_e2d8_cba9518e0da2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberBeginWork.js lines 2706–2713
function updateWorkInProgressOffscreenFiber(
current: Fiber,
offscreenProps: OffscreenProps,
) {
// The props argument to `createWorkInProgress` is `any` typed, so we use this
// wrapper function to constrain it.
return createWorkInProgress(current, offscreenProps);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does updateWorkInProgressOffscreenFiber() do?
updateWorkInProgressOffscreenFiber() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberBeginWork.js.
Where is updateWorkInProgressOffscreenFiber() defined?
updateWorkInProgressOffscreenFiber() is defined in packages/react-reconciler/src/ReactFiberBeginWork.js at line 2706.
What calls updateWorkInProgressOffscreenFiber()?
updateWorkInProgressOffscreenFiber() is called by 3 function(s): updateActivityComponent, updateSuspenseFallbackChildren, updateSuspensePrimaryChildren.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free