Events can be handled in React quite similar to the way we do in HTML, these events are click, change, mouseover, etc. But ‘React events’ are written in camelCase syntax.
For example “onClick” instead of “onclick” and the function which this event point to would be written in curly braces,