What is the event listener (also property name) in the following code?

render: function () {
return (
<div onHover={myFun}>
</div>
);
}

Ans: onHover

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.