Creating a custom hook for fetching data in your React applications
Creating a simple hook to handle API data in your React applications
Intro
In this post we are going to explore custom hooks in React and then build one to fetch data from an API.
🪝 What are custom hooks in React?
Most simply, and directly from th...
micurran.hashnode.dev4 min read