AGAlexandru Ghiurainghalex.hashnode.dev·Nov 4, 2020 · 3 min readTop problems I got switching to Vue 3Today I want to share the problems 🤯 I got when I converted my project from Vue 2 to Vue 3. My top 3 problems switching to Vue 3: using v-model on custom components using filters in my template using external components 1. Using v-model on custom ...01
AGAlexandru Ghiurainghalex.hashnode.dev·Oct 22, 2020 · 3 min readFeature: Vue 3 script setupI have been doing a lot of Vue.js in the last 6 months and I need to say Vue is awesome. I am coming from “React ❤️ world” but with the release of Vue 3 and composition API, writing code in Vue or writing code in React is pretty much the same. What I...01
AGAlexandru Ghiurainghalex.hashnode.dev·Oct 15, 2020 · 2 min readJavaScript Optional ChainingI love 💓 “syntactic sugar” and I have been waiting to use this for a long time. Finally, optional chaining is Stage 4 (read more about JS stages) and more importantly it is available in TypeScript (3.7). What is optional Chaining Optional chaining i...00