My React Journey – Day 2: Understanding useState and Building a Counter App
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 ...