Migrating a VueJS App to Vuex

Vuex is not so much a library as it is a design pattern. If you’re new to Vuex, it can be daunting writing code that complies with the pattern. In this article, I’ll demonstrate how to refactor a Vue.js app to incorporate Vuex. Read more

Similar

Vue SFC Improvements

This PR includes 3 RFCs related to improving the authoring experience of Vue SFCs (Single File Components): <component> Import Sugar <component src="./Foo.vue"/> <component... (more…)

Read more »

Fastify DX for Vue

A Full Stack Framework based on Fastify and Vite. Built for great developer experience without compromising on performance and stability. - fastify-dx/README.md at main · fastify/fastify-dx... (more…)

Read more »