Tag: Mixins

Why You Should Say Goodbye to Mixins and Embrace Composables

Vuejs 3 introduced composables as the new way to define logic that is shared and re-used among components. Composables were mainly introduced to solve the limitation introduced by mixins. If you are familiar with Vuejs 2 then you have heard of mixins which was the defacto standard to share and reuse...