0 votes
in ReactJS by

What do you know about synthetic events?

1 Answer

0 votes
by

ReactJS is capable to simply transform original events of browsers by monitoring the behaviour of the browser. This is done to make sure that events have logical properties beyond the browsers that are different. Actually, they act as a cross-browser envelope around the logical event system of the browser.

...