Learning Hooks:
First, we have a simple counter using the useState hook:
Click Me to Count
You clicked 0 times!
Then we have a useEffect component, fresh with Star Wars:
Enter a character ID:
Finally, we have a useReducer component doing more counting:
+
-
Our current number state is: 0
We are in an odd state.