ForEachStoreCollection property wrapper #614
andreweades
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying out a property wrapper to do the dance from a collection to an IdentifiedArray in an app I'm developing. It seems to work quite nicely so I thought I'd share it for feedback.
The idea is to wrap a normal collection that can be used in a state and project an IdentifiedArray from it when that is needed in a ForEachStore.
Then to use:
What do people think?
Beta Was this translation helpful? Give feedback.
All reactions