Chapter 1 · Example 5 · Intro to re-renders

Hidden state in a hook

A custom hook that tracks window resize re-renders the entire app on every resize, even though the width value is never returned from the hook.

Loading live editor…