One single state across all users #5987
Unanswered
borolepratik
asked this question in
Q&A
Replies: 1 comment
-
|
i'm working on this feature currently, it's not available yet. |
Beta Was this translation helpful? Give feedback.
0 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 would like to understand if there is a way to have a single state for the application that is shared across all users (same user - eg admin - and separate users). My goal is to build a dashboard that multiple users have access to and can see the changes to the single state happen in realtime. All interactions and UI updates need to be instantly synced across all of the users.
As I understand, https://reflex.dev/docs/state/overview#client-states says it cant be done. But maybe there are levers that can be pulled to make this happen.
Beta Was this translation helpful? Give feedback.
All reactions