Getting started with Blazor’s RenderFragment
Blazor’s RenderFragment is one of the keys to creating highly-flexible Razor components. It’s also critical to creating great generic components.
Blazor’s RenderFragment is one of the keys to creating highly-flexible Razor components. It’s also critical to creating great generic components.
There are many techniques for communicating between Blazor components. This article presents a few ways to do that.