Hooks in React
State management is an important concept in React. For this, we use React Hooks.
Hooks are used to manage state also allow you to use React features without writing a class. Hooks do not work inside classes.
Why do we use Hooks?
We can extract statef...
muzamil.hashnode.dev2 min read