Whats the proper way for persisting query params with nextjs?
Unanswered
Nile Crocodile posted this in #help-forum
Nile CrocodileOP
Is there a built-in way/library to persist query params when navigating? Or do I need extend next/link and useRouter to add the functionality?
1 Reply
@Nile Crocodile Is there a built-in way/library to persist query params when navigating? Or do I need extend next/link and useRouter to add the functionality?
No there isnt, but this is easily achievable by creating a custom hook