Next.js 13.4 was released yesterday containing the stable app router and several nice features for SEO and more.
When do you plan to support this? As you mentioned on GitHub, you wanted to wait until it's stable.
I'd love to use it with a new Prismic Application I'm just working on.
As an example I see a big advantage in using layouts to fetch singleton data that can be used in the whole app.
I'm looking forward hearing from you and really appreciate your work.
Thank you for your interest @andre.lergier! We're actively working on releasing the documentation for it. Rest assured that you'll be able to see it soon.
I’m really hoping the docs will eventually explain/discuss how things work differently with the server components and more importantly, the caching system. I noticed that I can publish changes in Prismic and while in dev, I refresh the page and the content remains unchanged. This is true even when I have the developer tools open and cache disabled. I have to go to application -> storage -> clear site data and then refresh to see changes. Only other way is to set revalidate to 0 which means no caching will occur and the server will rerender on every request (at least that’s my current understanding). Anyone else trying to brave the App router and finding success?