6 min readreact-internalsReactInternals
Do React Portals Bubble Events to Parent Components? Why Parent onClick Still Fires
Yes for React synthetic events. No for native parent DOM listeners. Learn why Portal events follow the React tree, how Fiber ancestry matters, and why the DOM tree behaves differently.