React | Event Handling | Question 1

Last Updated :
Discuss
Comments

Which of the following is true about handling events in React?

You use HTML event names like onclick in JSX

React uses addEventListener to bind events

React uses camelCase for event handler names

Event handlers in React are written in JavaScript only

Share your thoughts in the comments