Are (computed) getters lazily evaluated? #1667
Unanswered
Korijn
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.
-
Something that bothered me about VueX was that getters were eagerly evaluated. Now, I get the impression that pinia is using plain
computed
under the hood. Does this mean that (computed) getters are lazily evaluated? E.g., only when they are actually being consumed?Beta Was this translation helpful? Give feedback.
All reactions