-
Like URL:
instead of
It's useful for the local first app. |
Beta Was this translation helpful? Give feedback.
Answered by
franky47
Jan 21, 2024
Replies: 1 comment 1 reply
-
It currently doesn't, only search params. Some issues with hash mode to consider:
Note that search params updates are local-first (not sent to the server) by default in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
franky47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It currently doesn't, only search params.
Some issues with hash mode to consider:
shallow: false
URLSearchParams
interface. While it could be adapted (essentially replacing?
with#
), Next.js would probably not re-render when the hash is updated (TBC).Note that search params updates are local-first (not sent to the server) by default in
nuqs
.