how to change search params in URL without navigation #5809
-
|
Is it possible to write to search params without navigation (without running loader) ? I thought that leaving out ui state param from loaderDeps :
will accomplish this, but no, loader is still run on uistate change |
Beta Was this translation helpful? Give feedback.
Answered by
schiller-manuel
Nov 10, 2025
Replies: 1 comment 1 reply
-
|
is the loader data stale? if yes, loader will re-run in the background. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jzelenka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is the loader data stale? if yes, loader will re-run in the background.