https://masteringpinia.com/blog/ref-vs-reactive-in-stores
Ref vs Reactive in Stores - Mastering Pinia Blog
If you have used the Composition API in Vue 3, you have probably come across the ref and reactive functions. These are used to create reactive data in Vue 3....
stores mastering piniarefvs
https://masteringpinia.com/blog/how-to-create-private-state-in-stores
How to create private state in stores - Mastering Pinia Blog
Creating Private State in Pinia: Understanding Options vs. Setup Stores and Maintaining Data Integrity
stores mastering piniacreate