In an old browser that doesn’t support WebAssembly, we can use server-side Blazor. The same interactive experience in a client-side application can be achieved by server-side Blazor. This also removes heavy load from client-side, thus maintaining compatibility with the oldest browsers.
Share with