Scoping a store into pairs #1921
Unanswered
fruitcoder
asked this question in
Q&A
Replies: 0 comments
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 have a project which shows pairs of views (in an HStack) and I have some difficulty finding a general solution on how to scope the store containing an identified array of state that each view needs. A simple version of this could be this:
I tried implementing something similar to the
ForEachStore
but without access to some internal state I cannot cache the state to guard against access while the state is removed from the identified array (NB of @stephencelis):Beta Was this translation helpful? Give feedback.
All reactions