Skip to content

Instantly share code, notes, and snippets.

@CarlMungazi
Last active December 21, 2018 18:22
Show Gist options
  • Save CarlMungazi/101a8c8ecf7da730ec35344bec46dde3 to your computer and use it in GitHub Desktop.
Save CarlMungazi/101a8c8ecf7da730ec35344bec46dde3 to your computer and use it in GitHub Desktop.
Fiber Object Example
{
containerInfo: div#root
context: null
current: FiberNode {tag: 3, key: null, …}
didError: false
earliestPendingTime: 0
earliestSuspendedTime: 0
expirationTime: 0
finishedWork: null
firstBatch: null
hydrate: false
interactionThreadID: 1
latestPendingTime: 0
latestPingedTime: 0
latestSuspendedTime: 0
memoizedInteractions: Set(0) {}
nextExpirationTimeToWorkOn: 0
nextScheduledRoot: null
pendingChildren: null
pendingCommitExpirationTime: 0
pendingContext: null
pendingInteractionMap: Map(0) {}
timeoutHandle: -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment