Chapter 4 · Example 5 · Advanced configuration with render props

Replacing render props with hooks

Moving the resize logic into a useResizeDetector hook returns the width directly, replacing the render prop with less code that is easier to follow.

Loading live editor…