dillon1000/react
Commit
Browse files Fast path for create child
When we don't have any previous fibers we can short cut this path knowing that we will never have any previous child to compare to. This also ensures that we don't create an empty Map in this case.
Changed paths1 file
First-parent comparisonsrc/renderers/shared/fiber/ReactChildFiber.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…