UseState Hook
What are hooks?
Hooks are basically meant to maintain state in ReactJS without writing a class component.
Hooks are a new addition in React 16.8. There are various hooks in react for different purposes. Let us see what is a useState hook.
The useS...
harshalini-pandhare.hashnode.dev2 min read