sveltekit-search-params
sveltekit-search-params copied to clipboard
Question: How do you achieve goto with replaceState
Hi @paoloricciuti , the library is very useful, thanks.
I have a question with regards to replaceState
How do we achieve this
goto(`?tab=${tab}`, { replaceState: true });
with the query params library
You can do this by setting the parameter pushHistory
to false