> For the complete documentation index, see [llms.txt](https://lauradang.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lauradang.gitbook.io/notes/web/react/state.md).

# State

* Think of state as water, ice and vapor
* It’s the same object, but has different states depending on conditions
* Objects in React are the same way. We can change their state depending on how we want to interact with them.
