What is Hooks in React ? Hooks are special functions in React that allow us to "hook into" React features like state, lifecycle methods, context, etc.. in functional components. Before hook introduction, these features were only available in class co...
murtazarangwala.hashnode.dev4 min readNo responses yet.