Create store at setup? #1757
Unanswered
mihalcea-bogdan-daniel
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.
-
Is there any way to define a store in the setup(), define it as the components store on creation. After all the elements were defined by the user is it possible to serialize it in any way?
ComponentHolder_01 -> defines its own SmallStore_01
ComponentHolder_02 -> defines its own SmallStore_02
MainComponent holding both of them -> exports the MegaStore(SmallStore_01 + SmallStore_02)
I noticed an option inside the debugger -> export to JSON, can I access that function?
Beta Was this translation helpful? Give feedback.
All reactions