My use case is to use the Next.js built-in fetch caching implementation for Axios. To accomplish this, I create an axios instance and then adapt it to use fetch as follows: const instance = ...