• The app forgets the count every time
• Always resets back to 0
• No memory of previous clicks
• useState remembers the current count
• Updates automatically when changed
• Maintains state between interactions