Value proposition of Pinia over ES modules #2533
-
This is probably a silly question however... having been using Pinia for a while in a fairly large Vue app I am suddenly wondering what Pinia does that I could not achieve with a simple ES module that declares the Refs / computed / getters I need? In other terms what is the difference between
and
I must be missing something obvious? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Jan 4, 2024
Replies: 1 comment 1 reply
-
https://pinia.vuejs.org/introduction.html#Why-should-I-use-Pinia- |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pinia.vuejs.org/introduction.html#Why-should-I-use-Pinia-