Skip to content
DevDepth

Tag: react-events

1 item under this tag.

Tag Filter

All Content
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.