In this tutorial, we will build a real-time data visualization application to get real-time stock exchange values using **Socket.io, Vue.js** and **Chart.js**. At the end of the tutorial, we will be able to see the change in Google’s and Microsoft’s stock every few seconds.
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.
This week the Telerik UI for Blazor Team is at BASTA conference in Germany. Thanks to everyone who joined the inspiring keynote speech and demo delivered by our Manager of Software Engineering Pavlina Hadzhieva Goodbye, Client-side JavaScript – Hello, Blazor.
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.
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.
With the latest release of Telerik's development tools arrives the anticipated Web-based Report Designer widget. It empowers you to bring report editing functionality to your end users right into your web applications. It brings a lot of UX improvements compared to the classic Report Designer and its tooling.
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. 😇
Telerik UI for Blazor 2.1.0 is here and we are excited to share with you what’s new in the world of Blazor and UI for Blazor. A week ago, with the 2.0.0 the release we announced Grid Hierarchy and DateTimePicker component, and this week we are extending the visual capabilities of the Telerik UI for Blazor suite with a refreshed Blazor demos page, three new chart series Scatter, Scatter Line and Bubble Charts, and compatibility with the official release of .NET Core 3.0.