dillon1000/react
Commit
Browse files Introduce shouldComponentUpdate in Fiber
It is important to be able to use this since it avoids starvation problems if you can reuse partially completed work.
Changed paths3 files
First-parent comparisonsrc/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedM src/renderers/shared/fiber/__tests__/ReactIncremental-test.js ModifiedM src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…