Thiru LogsAll FAQs
Frontend Development ยท React

What is state and useState in React?

BeginnerUpdated 2026-08-08

State stores component data that can change over time. The useState hook returns the current value and a setter that schedules a re-render.

#react#state-usestate