JavaScript best practices
Read moreHow does state work in JavaScript?
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).
Read more