Searchparams and Partial Prerendering? #66631
Unanswered
Ventanas95Dev
asked this question in
Help
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.
Summary
I have a question about searchParams and partial prerendering. What I can see in the documentation is "Using the searchParams prop on a Page will opt the page into dynamic rendering at request time."
But I have set up a test where I use SearchParams and just show it to the user.

And if I check in the network tab. So it seems like the whole page gets cached? Even if I have Searchparams? How does this work? Or does it work because i use Partial Prerendering?

Result

Code

I am not SSG any pages. I want to do this after first request, because we have to many pages to generate at build.
So can it be that vercel also caches the pages with the SearchParams when using PPR?
Additional information
No response
Example
No response
All reactions