Display initial count as 0 on page load. Display Button to increment the count. Increment count by 1 on button click. Display the updated count on the screen.
How do you increment in React?
Display initial count as 0 on page load. Display Button to increment the count. Increment count by 1 on button click. Display the updated count on the screen.