#stubborndevelopers
In this video, we will learn that how we can handle events in React js, also we will learn that how we can bind them.
Below are some key points which need to remember at the time playing with events in React.js :
1. React events are always written in camelCase syntax like this : onClick instead of onclick.
2. React event handlers are always written inside the curly braces like this: onClick={shoot} instead of onClick="shoot()".
*********** React.JS Tutorial in Hindi 2021 Playlist ***********
• react js introduction in hindi
*********** Node.JS Tutorial in English 2021 Playlist ***********
• how to install node js