I’ve been working on a Blazor Server app that consumes an API, but I’ve noticed an issue. When there are a lot of objects on the page, I see white sections or fragments, even though the page is fully loaded.
Do you have any ideas or suggestions for dealing with this issue? I think having so many u/IF statements might be causing rendering problems since the conditions are being reevaluated in every foreach loop. This is the first time I’m building an app with so many objects in view, and pagination isn’t an option here. Maybe it would be better to implement something like infinite scrolling.
Blazor Server Bad Behavior Rendering Video