How can we perform streaming seamlessly in blazor app?

We are integrating a streaming API and have built a chat application using Blazor Standalone WebAssembly. To display updated content, we need to asynchronously update the component state using the StateHasChanged method. Are there any references to other supported components that we can use for a streaming approach?

Hi @AkashDoke,

The Radzen.Blazor components do not include anything that supports streaming out of the box.