What are synthetic events in ReactJS? Technology Community › Category: React › What are synthetic events in ReactJS? 0 Vote Up Vote Down VietMX Staff asked 4 years ago SyntheticEvent is a cross-browser wrapper around the browser’s native event. It’s API is same as the browser’s native event, including stopPropagation() and preventDefault(), except the events work identically across all browsers.