Learning Hooks:

First, we have a simple counter using the useState hook:

You clicked 0 times!

Then we have a useEffect component, fresh with Star Wars:

Finally, we have a useReducer component doing more counting:

Our current number state is: 0

We are in an odd state.