Best way to optimized pinia store
I am converting an existing app with a complex vuex store to pinia.
How to use Pinia with a Map of table configuration objects
I am using Pinia to manage the state of different DataTables throughout my application. It’s possible for multiple tables to be opened “on top” of each other (i.e. in overlay(s) over each other). This is why I am reworking our current setup where only 1 table can be opened and another table would overwrite the previous table, to a new system where multiple tables can be opened at the same time.
Can’t retrieve data from state using Pinia with Setup function
I’m trying to get over the composition API and Pinia with Vue3.
Persisting blob in Pinia
I need a little help using pinia-plugin-persistedstate.