React Synthetic Event System: How Delegation, Propagation, and Plugins Work
Understand how React's event system really works: SyntheticEvent wrapping, root-level delegation, Fiber-based listener collection, dispatch queues, and plugin-based event extraction.