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
This question is part of this quiz :
Event Handling in React