Next.js Discord

Discord Forum

App Router and ISR/Static Performance? How does it work?

Unanswered
Sirex woodwasp posted this in #help-forum
Open in Discord
Avatar
Sirex woodwaspOP
I am familiar with the Next.js pages router and how it can make a static page and get deployed to a CDN. What I don't understand, even after reading the docs, is if app router can even achieve something similar, and if so, how? Is there any equivalent in app router to having my "pages" ("routes?") deployed to a CDN? Or must all requests hit a web server and get a server-rendered (albeit cached) response?
Any docs/clarification on this would be much appreciated.

0 Replies