Universal Vue stores you write once and use anywhere
"Vue Class Store is a new way to do stores in Vue, that:
- provides full reactivity
- has computed properties and watches
- can be used as local, shared, or global state using provide/inject
- inside or outside components - with zero setup or boilerplate.
Additionally, because it's class-based, they are easy to read and write, TypeScript-friendly and can inherit from base classes (think how simple that could make your API setup!).
If you're hating Vuex right now, or finding your components have become brittle with mapped getters, state and mutations, take a look and see if Vue Class Store can come to the rescue. Works with Vue 2, Vue 3 and Nuxt."
Dave Stewart
@dave_stewart