Replies: 1 comment 2 replies
-
|
Sounds good to me, but we might want to call it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think a useful extension could be
useTabSync, allowing state updates in one tab to automatically propagate to other open tabs.It could leverage the native BroadcastChannel API under the hood, with an approach similar to
useStorageSync.I’d love to take a crack at implementing our gracious maintainers think it’s a good fit. I’ve previously contributed to a similar solution for Zustand: https://github.com/Romainlg29/use-broadcast
Curious to hear your thoughts 🙂
Beta Was this translation helpful? Give feedback.
All reactions