Tag: Vue

The Anatomy of a Vue 3 Component

V ue 3 has made significant progress and reached a strong level of maturity with Composition API & Script Setup being the recommended and widely adopted syntax for writing our components. This differs from the options API, which was the preferred approach in Vue 2. Let's explore togeth...

Why I’m sticking with Vue in 2023

I started using Vue professionally somewhere around 2018, coming from angular. It has served me well over the years, but as you know, one can get bored doing the same old thing. And I could see how all the other frameworks were beating vue in the framework benchmarks. Benchmark from...