Chapter 1 · Example 6 · Intro to re-renders

Hooks calling hooks

Even a hook that returns null re-renders its host: any state update anywhere in a chain of hooks re-renders the component that uses the first one.

Loading live editor…