When I was building a project, I found that component worked way I was intended when I double clicked it button that using onClick. But when I changed onClick to onTouchStart, it starts to work I intended.
But I am bit worried using this without not knowing the difference with onClick method.
Is there a specific case that I should use onTouchStart instead onClick in React.js?