DanKim0213 / Today-I-Learned

Today I Learned
1 stars 0 forks source link

What is React Synthetic Event #5

Closed DanKim0213 closed 1 year ago

DanKim0213 commented 1 year ago

React Synthetic Event

Your event handlers will receive a React event object. It is also sometimes known as a “synthetic event”. It conforms to the same standard as the underlying DOM events, but fixes some browser inconsistencies.