We’re all excited that vuejs 3 is now out. However, how does it work? If you want to use the new composition api, you’ll have to understand reactivity at a deeper level. The vue... verder ...
English
My English language blogposts on web design and web development.
Filter alternatives in vuejs
About three months ago I started using filters in my vue-template files. I created a whole formatter-library in our private NPM-repo with the aim to use the functions in there as filters. I had... verder ...
NextTick vs setTimeout in Vue
TL;DR : what you want is probably setTimeout. To understand the following, you may want to watch (or watch again) the famous ‘What the heck is the event-loop?‘ video by Philip... verder ...
Vue Dev-tools for development in IE-11 / Windows
In order to debug IE11 (still about 40% of our users), I recently had to install vue-dev-tools, the electron-app version. Using it is a bit more involved than the chrome-extension or the... verder ...
More complicated Leave animations in VueJS
I’ve been working with Vue for a few months now and I love the ease with which you can work css animations into it. However, when it came to creating an animation with two elements leaving... verder ...