Replies: 1 comment 2 replies
-
|
Redux is generally an in-memory store, which means it lives inside the memory of a browser tab. If you don't persist the store or have multiple users active inside the same tab with the same JavaScript context, you shouldn't need any additional configuration. |
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 need this because I can have multiple users that login in same browser. And each user can have his own configuration. Is someone here who implemented this feature?
Beta Was this translation helpful? Give feedback.
All reactions