adspace


Explain synthetic event in React js?

Answer Posted / Vipin Kumar Raj

A synthetic event is a wrapper around the browser's native event object that allows React to unify the API for handling events across different browsers and platforms. SyntheticEvents provide a consistent and predictable interface for developers when handling events in React.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use events in reactjs? Give an example of using events?

564


How would you create higher order components (hocs) in react.js?

448