Pinia and data structures #2358
Unanswered
ThomasKuhlmann
asked this question in
Help and Questions
Replies: 1 comment
-
Custom classes will need custom serialization and reviving for SSR. Also you cannot restore the state from the devtools. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In Vue 2 and Vuex there were all kind of restrictions due to the reactivity system, but Vue 3 and Pinia seem to be more flexible in that regard.
Has anybody used data structures (i.e. via https://yomguithereal.github.io/mnemonist/ ) with Pinia? Does this cause any issues further down the road?
For example like this:
Beta Was this translation helpful? Give feedback.
All reactions