Introducing React Hooks
Hooks are a new addition in React 16.8. A Hook is a special function that lets you “hook into” React features. Hooks let you use state and other React features inside functional components without writing a class component. I'm assuming you already k...
anuragthakur.hashnode.dev