Réponse
a method on the component class
Colonne
Explication
You define an event handler as a method on the component class, just like the render method. Almost all functions that you define in React will be defined in this way, as methods in a class.
Question
+ Just like the render method and almost all functions defined in React, the event handler will be defined as ?
Thématique