Skip to main content

Understanding Synthetic Events in React

Your event handlers will be passed instances ofSyntheticEvent, a cross-browser wrapper around the browser's native event. It has the same interface as the browser's native event, includingstopPropagation()andpreventDefault(), except the events work identically across all browsers.

https://reactjs.org/docs/events.html