React State - What? Why? When?
What is State
It is just an instance of the React Component Class
It is an object with set of observable properties that control the behaviour of the component
It holds some information that may change over the life time of the component
But if...
greekavi.hashnode.dev4 min read