Chapter 8 · Example 2 · React Context and performance
Passing state through Context
Moving the navigation state into a Context provider lets only the components that call useContext re-render, so the slow middle tree stays untouched.
Loading live editor…