Chapter 4 · Example 6 · Advanced configuration with render props

Render props tied to a DOM element

ScrollDetector attaches onScroll to its own div and passes the scroll position through children, a case where render props still beat a hook.

Loading live editor…