Chapter 7 · Example 4 · Higher-order components in modern world
Enhancing lifecycle events
HOCs use useEffect internally to log on mount and to log again whenever a watched id prop changes, since the returned wrapper is just a component.
Loading live editor…