I wanted to create a simple timer and ended up creating three simple components today. I didn't use npm or any bundling tools, not sure if I want to.
I know it should be my first day's component, but better late than never.
I tried to create the timer you can find on the official React site.
Let's see if I can remember how we handle click events in React.