Let's look at component composition. I'm going to attempt to unravel the crazy that goes on in my head when designing components in a step-by-step article where we will build a Search Bar component together.
The R1 2020 release of the Kendo UI Vue.js components is here, bringing new native UI components for Vue.js, including the Input, NumericTextbox, DropDownList, Dialog, and more!
The next version of Vue is around the corner and we can already try some of the new features, like Vue Composition API, which is heavily inspired by React Hooks. Let’s see how to use it and what the big deal is.