My client is listening to a websocket who is frequently sending dataobjects with 1 image each to the client.
The wasm project should display those dataobjects immediately after receiving them (as a card with a image)
This makes the UI very laggy
I simply run StateHasChanged each time a new object arrives
What is the propper way of doing this?