FlashcardIntermediate
Cache Tagging with tags
Tagging fetches lets you invalidate groups of cached data by name.
Question
What is the purpose of fetch(url, { next: { tags: ['posts'] } })?
Click to reveal answer
Tagging fetches lets you invalidate groups of cached data by name.
What is the purpose of fetch(url, { next: { tags: ['posts'] } })?