Next.js Discord

Discord Forum

Do PPR and generateStaticParams work together?

Unanswered
Yacare Caiman posted this in #help-forum
Open in Discord
Yacare CaimanOP
If I have PPR enabled, and I specify generateStaticParams for one of the routes, will a separate "static shell" be generated for each set of params at build time?

1 Reply

Yacare CaimanOP
It seems that it works, but the build output shows the page as being dynamically rendered on the NodeJS runtime