idev0085 / react-boilerplate

0 stars 0 forks source link

What do you know about synthetic events? #91

Open idev0085 opened 2 years ago

idev0085 commented 2 years ago

Synthetic events are the wrapper that React uses to standardize event functionality across browsers. It is important to remember that events are not part of core Java script. Instead, they come from each browser's own Java script API — meaning that how browsers handle events will differ.