The state and props in React are always in an object format. This means that the value could be accessed from the state and props via key-value pair . To access the normal state object, you can use the key name from the object. The state object will look as shown below.