Events in ReactJS
Events in ReactJS
REACTJS
INTERVIEW QUESTIONS
What is an Event in React?
SlobodanGajić
SWIPE
What is an Event in React?
SWIPE
Events are named using camel case instead of just
using the lowercase.
Events are passed as functions instead of strings
SWIPE
Another difference is that you cannot return false to
prevent default behavior in React.
SWIPE
In React, this could instead be like this. Here, e is a
synthetic event.
SWIPE
Did you learned
anything new??
LET ME KNOW IN THE COMMENTS
SlobodanGajić SlobodanGajic