MemotivaProps and State

What is state in React?

Props and State

Audio flashcard · 0:11

Nortren·

What is state in React?

0:11

State is data managed inside a component that can change over time, usually in response to user actions or network responses. When state changes, React re-renders the component to reflect the new data on the screen.