Closed
Description
While the announcement suggest using Pinia as a global state management lib for Vue 3, it still also makes Vuex seem as a viable alternative.
However in Vuex 4 getters caching does not work, as mentioned in Vuex documentation: https://next.vuex.vuejs.org/guide/getters.html
and on many issues in the vuex repository:
vuejs/vuex#1883
vuejs/vuex#2102
Neither the Vuex mentions or "Potential required actions" mention this even though it can be a complete blocker for migrating some apps to Vue 3 (without also changing the state management to Pinia). Can a warning be added (or said issue in Vuex fixed)?
Metadata
Metadata
Assignees
Labels
No labels