Dynamic store creation #2420
Unanswered
Niv626
asked this question in
Help and Questions
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have scenario when we receive data from 3rd party Back End service (and we basically don't know what data we will be received).
Our current solution was to define one sore with state and assign new key values dynamically to this store
example:
But this store can become very big.
There is a way to dynamically create stores in pinia?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions