React Events See these repositories https://github.com/explorer436/programming-playground/tree/main/react-playground/08-events-01 https://github.com/explorer436/programming-playground/tree/main/react-playground/09-event-object-and-form-submission https://reactjs.org/docs/events.html no need to memorize them(idea is the same) most common onClick (click events) onSubmit (submit form ) onChange (input change ) Links to this note Events and Event Handling Front end development