Is Pinia available for none Vue applications #1720
Answered
by
posva
MrAnyx
asked this question in
Help and Questions
-
I'm wondering if there is a way to configure and use Pinia with a none Vue application. I really like how Pinia works and I would like to use it in my personal projet but it doesn't use Vue. Is it currently possible ? |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Oct 13, 2022
Replies: 1 comment
-
As long as you use the uve reactivity api, pinia will work with watchers, computed, etc |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrAnyx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As long as you use the uve reactivity api, pinia will work with watchers, computed, etc