0 votes
in ReactJS by
Explain synthetic event in React js

1 Answer

0 votes
by

Synthetic event is a kind of object which acts as a cross-browser wrapper around the browser’s native event. It also helps us to combine the behaviors of various browser into signal  API.

...