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

Intercepting DOM events

A withSuppressKeyPress HOC wraps any component in a div with onKeyPress calling stopPropagation, blocking global keyboard shortcuts while a modal is open.

Loading live editor…