Closed kjeske closed 1 year ago
The HtmlRenderer
is for rendering Razor Components (Blazor components) and as such has the overhead associated with the rendering semantics and features of Blazor. Razor Slices will relevant for cases where low-overhead, high-performance, templated HTML rendering is a good fit.
Thank you for the explanation - makes sense.
Will RazorSlices be still relevant after releasing .NET 8 with its HtmlRenderer, or it's a different thing?