Create your own custom hook in React!
What is a custom hook in React ?
A custom Hook is just like a JavaScript function whose name starts with ”use” and that may call other Hooks.
Let's create a new custom React hook
So let's create a custom hook to fetch data from an API. We will creat...
sadeedpv.hashnode.dev2 min read