Component - Why state drives reactive UI updates
This UI component shows how changing state automatically updates the screen. When the user taps a button, the number on the screen increases. This happens because the UI listens to the state and redraws itself when the state changes.