I\'m a beginner in React, and I\'m a little confused about calling a function in React.
I saw the following ways and I don\'t know when to use each and which one.
To call the function you have to add ()
{this.handleAddTodo()}
About handling events - Handling#Events
Arrow Functions - Functions#ArrowFunctions