DEV Community

Discussion on: Vue 3 is out!

Collapse
 
mbokil profile image
mbokil

Luckily I am the UI architect at our company and I was able to choose Vue. When I first started using Vue I found it harder than React since the ecosystem was smaller and it was harder to find things like a good data grid. But now I can find everything I need. The speed of development, ease of use, and collaboration benefits were what convinced me. We can have the graphic designers write HTML code and then grab their code and convert it to components easily without a JSX conversion step. I can honestly say we have had zero complaints with the Vue apps. They work flawlessly even in IE11. Looking forward to migrating apps away from mixins and towards using the composition API for cleaner and more manageable code.