Understanding The Concept Of State In React Js
As opposed to the method of using props to pass data within components, declaring and using state is another way of giving components access to data. But while props should be immutable, state permits mutation of data.
State can be described as set o...
howtolovejs.hashnode.dev3 min read