React Hooks in one go!
What is React Hook?
React Hooks are a new addition in react 16.8. Hooks are features that allow you to "hook into" react state and lifecycles into functional components. It lets you use and update the state without using the class component.
Goal of...
developers-codz.hashnode.dev5 min read