State in React is a JavaScript object that contains private data for a component. The state data can be used to render a component and is initialized in the constructor method. For example, a Hello component defines a msg property in its state that is rendered in an h1 tag, displaying the message "Hello, RTDL - Tutorials!" on the page.