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