-
if so, any docs/guides for how to set it up? |
Beta Was this translation helpful? Give feedback.
Answered by
franky47
Dec 5, 2024
Replies: 1 comment
-
In a single island, the React SPA adapter should work fine, the issue we had was to synchronise multiple islands, as there isn't a way to share a common |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
franky47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a single island, the React SPA adapter should work fine, the issue we had was to synchronise multiple islands, as there isn't a way to share a common
<NuqsAdapter>
context provider across all islands (each island would have to have its own adapter, which isn't great).