Chapter 2 · Example 1 · Elements, children as props, and re-renders

The scroll re-render problem

Saving scroll position to state in the component that wraps the slow content re-renders all of it on every scroll, making scrolling laggy.

Loading live editor…