ASP.NET Core Blazor component virtualization. Improve rendering performance with Blazor component virtualization.

✅ Virtualization:

Virtualization is a technique for limiting UI rendering to just the parts that are currently visible. For example, virtualization is helpful when the app must render a long list of items and only a subset of items is required to be visible at any given time. Blazor provides the Virtualize component that can be used to add virtualization to an app’s components.

#.net

Blazor Component Virtualization | .NET 5
9.20 GEEK