Best practices for store with dynamic slices #2911
Unanswered
StefanTaxd
asked this question in
Q&A
Replies: 1 comment
-
@StefanTaxd multiple stores if they are independent if not one store is ok |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Im working on creating a store that holds the state of multiple multi step forms (wizard).
I would like to be able to dynamically create the store using slices. This is my slice definition which is pretty trivial.
However for the creation of the overall store I haven not been able to figure out the right approach to integrate this. I know this is not the right way to do it but this is how I've been thinking about it so far - a map of Slices.
Should I create multiple stores instead? How can I keep track of multiple stores as part of a global store?
Thanks,
Stefan
Beta Was this translation helpful? Give feedback.
All reactions