A fairly recent addition to the Vue ecosystem is a store library called Pinia, that was originally developed for the composition API released with Vue 3. It has since carved a niche as a Vuex alternative that can be used with Vue 2, and either of Vue 3's API. It's lightweight and modular while providing a strong backbone to state management in your Vue application.
Install PiniaCreate a new storeUse getters and actions
