Xstate/store is SSOT or multi? #5218
Answered
by
davidkpiano
popuguytheparrot
asked this question in
Q&A
-
|
Hi, Additionally, what are the recommended ways to derive computed data from two different stores? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
davidkpiano
Mar 9, 2025
Replies: 1 comment 2 replies
-
|
Currently, XState Store is designed to make it easy to create multiple stores. You can derive data from two different stores by subscribing to each store and setting the derived data somewhere. Can you provide more information about your use-case? |
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
Working on this here: #5221