Extending Vue.js Components

Vue provides a number of different APIs and patterns you can use for extending a component. In this article, I’ll give you a rundown of the different options including mixins, higher-order components, renderless components, and the new Composition API. Read more

Similar

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. (more…)

Read more »