Advanced Assessment: Optimization & Internals

Complete this assessment with 100% score to master this chapter.

01What is the primary data structure used by React to store hooks on a Fiber node?

02Which hook fires synchronously AFTER all DOM mutations but BEFORE the browser paints?

03In the context of useMemo, what is a 'Bailout'?