With R2 2022, our Kendo UI JavaScript libraries offer toggleable dark mode, improved accessibility, new and enhanced components, and more. See what’s new with your favorite jQuery, Angular, React and Vue UI suites.
Product pages are essential components of any ecommerce platform, regardless of product type. In this post, we will build an ecommerce product page using Vue.js and Kendo UI.
Sometimes when writing applications you need a piece of data, usually a variable, to be available through your whole code. You can even find yourself needing this data to be accessible through multiple instances of Vue that have been mounted in the page—so is there a “best practice” when dealing with these situations? Let’s take a look.