Author image

Damian Dulisz

I’m a JavaScript developer and a Vue.js core team member.

Composing Components in Vue.js

Component Composition can be understood in two ways. Usually people think about composing a component using mixins (and soon composition functions thanks to the upcoming Composition API). However, what I would like to talk about is composition where we connect several components together to form a new one that combines the functionalities of the smaller components. But let’s start from the beginning – the why.

Read →