ended4월 17일· 1 sources

Avoiding Hidden Performance Costs in Blazor Component Event Relay

Blazor Server 성능을 결정하는 DOM 이벤트 처리 방식

Why it matters

When building Blazor Server applications, how you relay DOM events in components directly impacts performance. Components that capture events like mouseover even when unused trigger unnecessary server round trips, especially harmful on mobile networks. Understanding the difference between forwarding events through methods versus binding directly to EventCallback parameters is crucial for building responsive Blazor applications.

1
Sources
+0
24h
Growth
31d
Active
BlazorRazor componentsEventCallbackDOM eventsServer performanceEvent relay

Sources

Related Issues