My React Journey – Day 2: Understanding useState and Building a Counter App
Jul 3, 2025 · 2 min read · Today I continued my journey into React by learning how to manage state in functional components using the useState hook. I also built a simple counter app to apply what I learned. 🔍 What I Learned Today What state means in a React component How ...
Join discussion