What is state in react? Technology Community › Category: React › What is state in react? 0 Vote Up Vote Down VietMX Staff asked 4 years ago State is similar to props, but it is private and fully controlled by the component. State is essentially an object that holds data and determines how the component renders and behaves.