React: Create a Counter
In this exercise you will use React to create a simple counter application.
Your counter app should have:
- A display for the current count
- An increment button
- A decrement button
In this exercise you will use React to create a simple counter application.
Your counter app should have: