Category: Component state

Watch: Conditional Rendering in React

Today we’ll build upon last week’s Stopwatch component with conditional rendering. We’ll conditionally show the “start” and “stop” buttons based on the state of our component. Additionally, we’ll add a “reset” button so we can reset the timer. This is part 2 o...