React JS - All about States
State
State is an object that represents the current situation or data of a component at a given time. It holds dynamic values that can change over time (as opposed to props, which are passed from parent components and are generally static or immutab...
vitthal-korvan.hashnode.dev9 min read