#vuejs
Read more stories on Hashnode
Articles with this tag
Vue's reactivity is awesome, but it has a "little" drawback: it messes up with the references. Things that should work, that TypeScript says is fine,...
It was available as a macro for some time, experimental in 3.3, and now stable in 3.4. An amazing feature that shortens your code a lot and prevents...
Vue 3 removed the beloved Event Bus used in Vue 2, but nothing is lost! Vue's internal Event Bus became obsolete and unnecessary in the Vue itself. It...
Think twice before using `watch` or mutate your state ยท What does "declarative" mean? "Declarative" means that we declare what results we want to...