$patch across multiple stores? #1501
Answered
by
posva
kyrel
asked this question in
Help and Questions
-
With $patch'es being atomic in terms on $subscribe'rs notified only once for each patch, can I have an atomic update that spans several stores? Or I need to merge stores that can possibly be updated atomically into one store? |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Aug 1, 2022
Replies: 1 comment
-
No, because each store has its own subscriber anyway so each callback will trigger separetely |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, because each store has its own subscriber anyway so each callback will trigger separetely