Back to Blog
Week 12: Managing State in React

Week 12: Managing State in React

August 17, 20251 min readLorenzo
ReactStateEventsHooks

This week I focused on how React handles data and user input.

What I Learned

  • useState Hook
  • Event Handling
  • Conditional Rendering

Reflection

State management is key to interactivity. I’m starting to build apps that respond to users in real time.