PreviousNext

Rendering dynamic content in Blazor Wasm using DynamicComponent

by ThomasArdal, 2021-04-20T05:52:35.354Z

In this article, we'll see how to use the new DynamicComponent from .NET 6 to render dynamic content and to avoid tight coupling between page and component.

Read More