Replies: 1 comment 1 reply
-
Thanks for opening this discussion! There aren't any examples yet, I started experimenting with Jotai (which has an atom that reacts to URL changes, but isn't type-safe), and overall it feels like the path to integration could be:
Jotai has this reactivity concept with Atoms, but in traditional stores like Zustand & Redux, I'm not sure how that would look for computed states that depend on external reactivity sources. Some concrete examples of external state management usage that depends on search params would be great to have a better understanding on how to compose them with nuqs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there already any examples of integrations with Zustand or similar external state managers?
cc @franky47
Beta Was this translation helpful? Give feedback.
All reactions