Creating Deep Links in NextJS using Next/Router #1836
Unanswered
lloydrichards
asked this question in
Q&A
Replies: 1 comment 12 replies
-
I created the codesandbox project by the repo, here |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Hello!
Im in the process of learning Jotai and having some issues when trying to intergrate the atomWithHash() with Next/Router in order to create Deep Links and be able to save and share configurations between users via URL.
I've created a simple repo for testings and have noticed that the state of the page is not loaded correctly on initial load when passing hash values through the Link components.
To Recreate
yarn dev
Questions
src/utils/atoms.ts
%22
when passing strings to the hash?Beta Was this translation helpful? Give feedback.
All reactions