FlashcardIntermediate
Data Caching and Request Memoization
Next.js caches fetch results and memoizes duplicate requests within a single render.
Question
What's the difference between the Data Cache and Request Memoization?
Click to reveal answer
Next.js caches fetch results and memoizes duplicate requests within a single render.
What's the difference between the Data Cache and Request Memoization?