You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several common scenarios that require special handling within Blazor due to the fact that it runs on a server. For example, limitations on the memory something can use, or patterns/solutions that can cause the app to consume large amounts of memory without the user noticing. We want to ensure that provided they use the right primitives, Blazor Server components can work in the same way across all supported platforms
There are several common scenarios that require special handling within Blazor due to the fact that it runs on a server. For example, limitations on the memory something can use, or patterns/solutions that can cause the app to consume large amounts of memory without the user noticing. We want to ensure that provided they use the right primitives, Blazor Server components can work in the same way across all supported platforms
The text was updated successfully, but these errors were encountered: