I am learning about react components following the documentation https://facebook.github.io/react/docs/state-and-lifecycle.html
Why do we need to use arrow function
Technically, you should be able to use the second code snippet if this.tick() returns a function.
this.tick()