useAsync: A cleaner way to fetch data from APIs
Building a custom hook that makes fetching data from APIs cleaner
May 11, 20228 min read394

Search for a command to run...
Articles tagged with #reacthooks
Building a custom hook that makes fetching data from APIs cleaner

In this post we will learn about memoization and how do we use React.memo(), useMemo() and useCallback() to implement the memoization technique in React. Before we start, l have broken down this post into 4 main questions and those are: WHAT is memo...
