Replies: 2 comments 3 replies
-
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.
-
A Zustand example would be very useful |
Beta Was this translation helpful? Give feedback.
-
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