Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How events are different in React?
Home
ReactJS
How events are different in React?
0
votes
asked
Jul 2, 2019
in
ReactJS
by
Venkatshastri
How events are different in React?
#reactjs
#redux
#redux#state
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 2, 2019
by
Venkatshastri
Handling events in React elements has some syntactic differences:
React event handlers are named using camelCase, rather than lowercase.
With JSX you pass a function as the event handler, rather than a string.
...