React Tutorial: Events


For the moment we have seen how to create elements and display them. In this chapter we will see how to manage interactions with users (click on an element for example) and how to modify the state according to these interactions. We will also discover the SyntheticEvent.

Read more