accumulateSuspenseyCommit() — react Function Reference
Architecture documentation for the accumulateSuspenseyCommit() function in ReactFiberCommitWork.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 1a908a70_0d41_844b_9178_6174a8754a7b["accumulateSuspenseyCommit()"] e0fbfbd5_47b0_a489_0b36_bbfad9245544["ReactFiberCommitWork.js"] 1a908a70_0d41_844b_9178_6174a8754a7b -->|defined in| e0fbfbd5_47b0_a489_0b36_bbfad9245544 54570ce9_335d_c5f7_ba30_9badaf34a0ec["resetAppearingViewTransitions()"] 1a908a70_0d41_844b_9178_6174a8754a7b -->|calls| 54570ce9_335d_c5f7_ba30_9badaf34a0ec a5f41451_6930_8fd7_f693_e334a5738626["accumulateSuspenseyCommitOnFiber()"] 1a908a70_0d41_844b_9178_6174a8754a7b -->|calls| a5f41451_6930_8fd7_f693_e334a5738626 style 1a908a70_0d41_844b_9178_6174a8754a7b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberCommitWork.js lines 4602–4613
export function accumulateSuspenseyCommit(
finishedWork: Fiber,
committedLanes: Lanes,
suspendedState: SuspendedState,
): void {
resetAppearingViewTransitions();
accumulateSuspenseyCommitOnFiber(
finishedWork,
committedLanes,
suspendedState,
);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does accumulateSuspenseyCommit() do?
accumulateSuspenseyCommit() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberCommitWork.js.
Where is accumulateSuspenseyCommit() defined?
accumulateSuspenseyCommit() is defined in packages/react-reconciler/src/ReactFiberCommitWork.js at line 4602.
What does accumulateSuspenseyCommit() call?
accumulateSuspenseyCommit() calls 2 function(s): accumulateSuspenseyCommitOnFiber, resetAppearingViewTransitions.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free