PPR and catch all routes #78111
Unanswered
danomrc
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Really excited for the new PPR feature. Wondering if this now allows one catch all route to generate static and dynamic pages? We generate all of our pages based on content management system (CMS) data and would love the ability to generate dynamically rendered pages (like search results pages) in the same catch all route that's used for generating static pages.
Also wondering what the behaviour of PPR is if you don't wrap your dynamic component in a Suspense boundary? Does it opt the whole catch all route (and all pages) into dynamic rendering, or just the page that uses the dynamic APIs? Clients that have Javascript disabled is what motivated that question (as they can't do the streaming required for Suspense boundaries to work)
Thanks and excited for PPR to become stable!
Beta Was this translation helpful? Give feedback.
All reactions