dillon1000/react

Commit

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.
Browse files
Changed paths3 files
First-parent comparison
M src/renderers/shared/fiber/ReactFiberBeginWork.js ModifiedM src/renderers/shared/fiber/__tests__/ReactIncremental-test.js ModifiedM src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…