React Internal Bailout • Bailout when prevElement === nextElement • Don’t bailout when prevContext !== nextContext • React always create a new context • Don’t use setState() and getChildContext() in one component
React Fiber • Is still experimental • Prioritization • Return multiple elements from render • Try it now: npm i [email protected] import ReactDOMFiber from 'react-dom/fiber'