javascriptreactjscode-formatting

What is the right name of event handler? onClick or handleClick?


I believe keeping code consistent is kind of important stuff. Sometimes I mess my code with different handler names (working with Javascript). What is the right name for event handlers? onClick vs handleClick?


Solution

  • This is subjective, but what you would see the most is the following: