Next.js Discord

Discord Forum

Changing search params without reloading page data?

Answered
Himalayan posted this in #help-forum
Open in Discord
HimalayanOP
Hey is it possible to change the search params on the same site, i have a page where i would like something like ?selected=<id> on the url but i dont want it to refresh the data in the server component
Answered by joulev
[window.history.pushState](https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating#windowhistorypushstate) or window.history.replaceState (same documentation page)
View full answer

4 Replies