Custom Hooks in React
In this article we are going to see a reuseable custom hook for fetching the data from API
Why write a custom hook for fetching data?
Let us suppose we are fetching data from multiple APIs in a single react app. While writing code for fetching data...
aakankshadhurandhar.hashnode.dev2 min read