Chapter 8 · Example 7 · React Context and performance
Context selectors via HOC
A higher-order component that reads Context and wraps the target in React.memo lets a heavy component use a Context value without re-rendering on changes.
Loading live editor…