React Hooks
What are Hooks?
Hooks are a new addition in React 16.8. They let developers use state and other React features without writing a class For example- State of a component
It is important to note that hooks are not used inside the classes.
Why the need ...
savvyshivam.hashnode.dev3 min read