Skip to content

Handling server side requests and cache in new NextJS 13 #2695

Answered by ganigeorgiev
g1sbi asked this question in Q&A
Discussion options

You must be logged in to vote

I still haven't got the time to explore Next.js 13 in details but for the cache based on their documentation, you can try configuring the fetchCache option, something like:

export const fetchCache = 'default-no-store' // refer to the fetchCache docs for all available options

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@g1sbi
Comment options

@Dave-lab12
Comment options

Answer selected by g1sbi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants