Next.js Discord

Discord Forum

How to update URL query params in NextJS13 App router

Answered
Dovekie posted this in #help-forum
Open in Discord
DovekieOP
I'm building an app that requires a heavy use of filtering. I find myself constantly needing to update the query params. In the pages router it was much easier. What is the de-facto way to do this in NextJS13 ? Are there any tools for the job ?

4 Replies

Answer
DovekieOP
Looks promising, will check
@Dovekie Looks promising, will check
Alright, if it works please mark the answer using the instructions above
DovekieOP
Works like a charm, thanks! @Clown