Event bubbling

PHOTO EMBED

Mon Jan 10 2022 18:35:56 GMT+0000 (Coordinated Universal Time)

Saved by @bapateprachee #react.js

In normal JS
events are calling from child -> parent -> parent -> ... -> body

In react, if there are any manual event wired then those will be called first then the events added via react in child => parent manner
content_copyCOPY