Next.js Discord

Discord Forum

Is it possible to use data cache without fetch API?

Answered
jyuno426 posted this in #help-forum
Open in Discord
I'm trying to use data cache with third party library that doesn't depend on fetch API.

The official document says only memoization, but not data cache. https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#fetching-data-on-the-server-with-third-party-libraries

I wonder is it possible to use data cache without fetch API.

2 Replies

Answer
Thanks a lot, Jarrah!!