DEV Community

Discussion on: Common Mistakes React Developers Make – And How to Fix Them

Collapse
 
semirteskeredzic profile image
Semir Teskeredzic

There was a time when nothing worked because there wasn't a function in the onClick event so I had to spend some time debugging it searching for error. It's definitely a life saver to keep an eye on those things. Nice article!

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Issues because of the onClick handler are the most time-consuming to debug. Glad you were able to solve that. Thank you 🙂