We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44f4e5 commit 98d8c10Copy full SHA for 98d8c10
content/docs/handling-events.md
@@ -8,7 +8,7 @@ redirect_from:
8
- "docs/events-ko-KR.html"
9
---
10
11
-Handling events with React elements is very similar to handling events on DOM elements. There are some syntactic differences:
+Handling events with React elements is very similar to handling events on DOM elements. There are some syntax differences:
12
13
* React events are named using camelCase, rather than lowercase.
14
* With JSX you pass a function as the event handler, rather than a string.
0 commit comments