Published `next-cache-recipes` — a tiny repo of cache pattern examples for Next.js 16. Per-route, per-user, mutation invalidation, all in one place.
async function getDrops(handle) {
'use cache'
cacheTag(`feed-${handle}`)
return db.drops.byHandle(handle)
}No replies yet
Be the first to reply.