What is state in a React component?
A file that must be stored on a remote server before every render.
A CSS rule that can never hold application data.
Source code that React permanently prevents from affecting the UI.
Data that can change over time and cause React to re-render the component with the new value.