Using Pinia for state management

Hi everyone! I am working on a nextcloud application that uses vue v.2.7.13 and vuex v.3.6.2 as a store management library. I am interested to switch to the pinia because it is modern library with some useful features. Is it possible to use it in nextcloud environment?
Maybe someone already used it.
Thanks in advance.
Best regards,
Andrei

1 Like

You can do pretty much anything in the frontend, I don’t see why pinia wouldn’t work. Javascript is Javascript, you just need to bundle pinia into your project.

2 Likes

Thank your for your reponse. I am going to try and to write after