State Management in React
React is broadly said to consist of two main things:-
Components : independent, reusable html code.
State : The dynamic values which on changing, re-render the component only.
So, in React it becomes crucial to handle these values properly, so th...
sparknotes.hashnode.dev2 min read