Back to Developer Roadmap

Events

src/data/roadmaps/react/content/[email protected]

4.0615 B
Original Source

Events

Handling events with React elements is very similar to handling events on DOM elements. There are some syntax differences:

  • React events are named using camelCase, rather than lowercase.
  • With JSX you pass a function as the event handler, rather than a string.

Visit the following resources to learn more: