-
I then found several small community projects (1 2 3) which look like they perform that boilerplate for you and... not much else. They also require their own additional npm import, which isn't ideal.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
typesafe-vuex
A simple way to get static typing, static code analysis and intellisense with Vuex library - maintained fork of vuex-typescript
I then found several small community projects (1 2 3) which look like they perform that boilerplate for you and... not much else. They also require their own additional npm import, which isn't ideal.
-
direct-vuex
Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.
I then found several small community projects (1 2 3) which look like they perform that boilerplate for you and... not much else. They also require their own additional npm import, which isn't ideal.
-
pinia
🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
take a look at pinia (https://github.com/posva/pinia) so far the best choice for vue 3
-
I like Vuex because of its strictness and inspection tool. But I have used diffx successfully and it's built on top of @vue/reactive and works with any firework and vanilla. Souch simpler to work with than Vuex. And has its own inspector plugin. https://github.com/jbjorge/diffx
-
It’s worth noting that there is a thing called Effector and I have heard a lot of good stuff about it. Maybe you should give it a try and take a peek at its documentation as well.
-
I've also written a state management called Harlem which is designed specifically to work well with TypeScript: https://harlemjs.com