State is a plain JavaScript object used by React to represent an information about the component’s current situation . It’s managed in the component (just like any variable declared in a function).
What are states in React?
State is a plain JavaScript object used by React to represent an information about the component’s current situation . It’s managed in the component (just like any variable declared in a function).