Vue comes with built-in directives (like `v-html` or `v-once`) that you will find useful, as each has its own use case. What’s even more fantastic is that you can also write your own directives. This allowed the Vue.js community to solve countless code issues they then published as packages. Here is a list of my favorite Vue.js custom directives. Needless to say, it's incredible how much time they saved me on my projects. 😇
A very common practice in web development is to target an element in your DOM and to manipulate it in some way. Let's check out the power of ref in Vue with an easy to follow example.
In this post, we demonstrate how to build real-time data visualization dashboards using Kendo UI and Vue.js. We create a custom Node server with Socket.io to power the real-time functionalities of the app.