Chapter 1 · Example 7 · Intro to re-renders

Isolating the hook

The fix: move the button, dialog, and the custom hook into one small component so resize-driven re-renders stay contained instead of reaching the whole app.

Loading live editor…