C#C
C#3y ago
diddydemon

❔ Blazor high frequency UI changes

When working with Blazor. I have a table that contains data and control components. These rows have child rows that also contain a control and some data. The data in the child rows is updated frequently via signal r which in turn causes a lot of statehaschanged events and frezes the table. Is there a pattern I should be using to avoid this issue?
Was this page helpful?