Replies: 1 comment 1 reply
-
Changed now the structure, this works pretty well (the subset is now nested in
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm new to Elf and had no luck finding an answer to my question here or in the docs.
I have an Elf Store with a couple of props. Out of that pops, I would call the same method upon every change happening on a subset of that props. Should I maybe just crate an own Store for that subset to solve my problem?
Right now, this is what I would do...but its not cool to have multiple subs - would be nice to just hand over an object or array with the subset of props that I am interested in.
As I said, maybe I should split my props into different Stores or I nest the subset of props to be able to filter them directly?
Beta Was this translation helpful? Give feedback.
All reactions