Options API vs Composition API. Any performance difference? #2180
Unanswered
ramsesmoreno
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
-
I wonder if there is any performance difference between using Options API or Composition API when defining a store. For example, accessing a state property defined with Option API vs a
ref
in Composition API. The same for agetter
in Options API vs acomputed
value in Composition API. Even if the difference is minimal, would like to know if there is any difference.Thanks a lot for all work that has been put on Pinia!
Beta Was this translation helpful? Give feedback.
All reactions