Replies: 1 comment
-
I found this workaround suggestion on reddit, I guess that would do to get around using stores instead of slices: Problem - storeB needs state from storeA
|
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
-
Hi guys!
When using a global store, I'm assuming that all of the individual stores you create using the createStore function are actually stores and not slices?
Is it possible to use slices with this library - or what would you suggest to get around sharing state between stores?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions