Event delegation - The React Way
import { BubblingVisualizer } from "./event-delegation/BubblingVisualizer"; This article explains how event delegation works in the React DOM. We will first define the terms and show what they do in plain JavaScript; skip ahead if you already know