Vuex with TypeScript: Tricks to improve your developer experience
Vue.js is a popular JavaScript framework which recently surpassed React in stars on GitHub. And TypeScript is getting more popular as well. So, combining the two is a likely choice for a new web app project. Our team made the same decision but soon found out that the Vue ecosystem and TypeScript are not a perfect match.
Vue itself has a decent TypeScript support nowadays and will even be re-written in TypeScript for its next major version.