What is React Hooks ?
To keep it simple. It's a special function that allows us to hook(use) into the react features and state without writing a class. Which was prominent before the introduction of hooks. Hooks was integrated as the new addition in react 16.8V.
Hooks all...
kishoremongar.hashnode.dev1 min read