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

Injecting props with a HOC

A withTheme higher-order component reads the current theme and injects it as a theme prop into a wrapped button without changing the button's code.

Loading live editor…