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

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

Ans: onHover

Comments

Archive

Contact Form

Send