Last active
January 2, 2019 12:58
-
-
Save CarlMungazi/f5e508c8240b2d37c81b246210890b35 to your computer and use it in GitHub Desktop.
Fiber Node Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
actualDuration: 0 | |
actualStartTime: -1 | |
alternate: null | |
child: null | |
childExpirationTime: 0 | |
effectTag: 0 | |
elementType: null | |
expirationTime: 0 | |
firstContextDependency: null | |
firstEffect: null | |
index: 0 | |
key: null | |
lastEffect: null | |
memoizedProps: null | |
memoizedState: null | |
mode: 4 | |
nextEffect: null | |
pendingProps: null | |
ref: null | |
return: null | |
selfBaseDuration: 0 | |
sibling: null | |
stateNode: {current: FiberNode, containerInfo: div#root, …} | |
tag: 3 | |
treeBaseDuration: 0 | |
type: null | |
updateQueue: null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment