NextJS dynamic routes with „use cache“ and dynamicIO - examples?
Hi everyone
Does anyone have an example with an cached dynamic route in the new dynamicIO way of doing it?
Even though I saw an issue on GitHub, I can’t believe it’s in general not possible.
I basically need a very common example for something like a blog.
Requesting the page content from an external api in an server-function with use cache, cache tag and cache life and then generate the pages with a dynamic [slug]/page.tsx
Thanks a lot in advance
Does anyone have an example with an cached dynamic route in the new dynamicIO way of doing it?
Even though I saw an issue on GitHub, I can’t believe it’s in general not possible.
I basically need a very common example for something like a blog.
Requesting the page content from an external api in an server-function with use cache, cache tag and cache life and then generate the pages with a dynamic [slug]/page.tsx
Thanks a lot in advance
