How to create custom hooks in React
Introduction
Hooks have become an integral part of writing React. They provide a much more convenient way of using state and other react features. The React docs define it as:
They let you use state and other React features without writing a class.
...
tochukwu.hashnode.dev5 min read