Chapter 4 · Example 4 · Advanced configuration with render props

Sharing stateful logic

ResizeDetector tracks window width and passes it through children as a function, so consuming components read the width directly without holding their own state.

Loading live editor…