A Next.js fetch wrapper for edge middleware that uses Vercel Runtime Cache as its caching backend. This package provides a drop-in replacement for the native fetch API that mimics Next.js's Data Cache ...
This is a Next.js project bootstrapped with create-next-app. When a component that fetches data is unmounted, the request made in that component will still be sent out to the server. To prevent this ...