Open
Description
Hi @eric-burel, thanks so much for your Leveraging Server Context for Advanced Next.js Optimization Patterns blog post and this accompanying repo, really cool! 🙌
I was thinking that you may want to consider renaming all occurrences of "Server Context" across this repo and also in your blog post, because ServerContext
appears to be something different, where you should not store very much information:
I haven't seen the information stored in cache()
and fetch()
and similar be referred to as "Server Cache". The closest thing that I've seen is officially called "Next.js Cache", referred to here:
- Next.js 13.2 announcement blog post https://nextjs.org/blog/next-13-2#nextjs-cache
- Vercel Cache API blog post https://vercel.com/blog/vercel-cache-api-nextjs-cache
By the way, this is just what my read on the terminology / naming is with these topics - I could also be wrong! Happy to learn here.
Metadata
Metadata
Assignees
Labels
No labels