Event Handling in React : Tutorial for Beginners #9
What is an Event?
Ans :
Events tell when to run the piece of code or program
Syntax Rules of Events in React
1. React events are named using camelCase, rather than lowercase.
2. With JSX you pass a function as the event handler, rather than a string.
#javascript, #reactjs, #angular, #es6, #interviewquestions