What are states in React?
In this tutorial, we will learn what are STATES and how to use it with react hooks.
What are States?
The state is the object where you store information about the components. Whenever the state changes, react re-renders the component.
You can unde...
rahulism.hashnode.dev6 min read