Chapter 7 · Example 3 · Higher-order components in modern world

Passing data to a HOC

Logging text reaches the HOC two ways: as a second function argument fixed per wrapped component, or as a prop on the resulting component set per use.

Loading live editor…