React custom hook: useFetch

One common task in web development is fetching data from an API, and React provides a convenient way to do…

Read more