Telerik blogs

Latest

  • Web React

    Finite State Machines in React

    ReactT Light_270x123
    Making a video player in React should be easy, right? A boolean value can keep track of whether it is playing or not... but has the video been loaded yet? And how can we determine if it is paused or if it has just reached the end of the track? A Finite State Machine can help us define these different states and how one transitions to the next. Using XState within React can help us make complicated UIs easier to understand.
    September 26, 2019
  • Web Angular

    Three Ways to Implement Form Dropdowns in Angular Using Kendo UI

    AngularT Dark_270x123
    Kendo UI has a range of components in its arsenal and the dropdown components are useful for selecting values from a list of options. We’ve seen how to pass and receive values from the AutoComplete, ComboBox and Multiselect components, we also saw how we can use the Reactive Forms approach when working with these components within forms using FormGroup and FormControl.
    September 26, 2019
  • Web

    Do Conversational Interfaces Belong in Your App?

    Industry NewsT Light_270x123
    There’s no doubt about it: everything seems to be designed around speed and convenience these days. But is faster always better? That’s the question we ask as we explore whether or not conversational interfaces are worth it. While voice technology has certainly made CUIs worthwhile in our everyday lives, web chat technology still limits how valuable a conversation we can have with our consumers.
    September 25, 2019
  • Web Vue

    15 Must-Have Vue Directives That Will Significantly Maximize Your Productivity

    VueT Light_270x123
    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. 😇
    September 25, 2019
  • Web jQuery

    Building an Image Gallery with jQuery and ScrollView Kendo UI Widget

    JavaScriptT Dark_270x123
    In this tutorial we learn how to work with one of Kendo UI’s components for building image galleries. We first use static images then move on to exploring how to dynamically get images from a data source.
    September 24, 2019