Blazor

url: https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor
alternatives: 
  - [[prdct.React]]
  - [[prdct.vaadin]]
  - [[prdct.flutter]]
related:
  - 

Pros

Cons

  • slow startup: "download an embedded version of the .NET runtime (compiled to WebAssembly), along with DLLs for your application and the .NET class libraries it uses (compiled to Microsoft’s Common Intermediate Language, just like every version of .NET since 2000). The download size is a non-negotiable 2 or 3 MB. The startup delay ranges from fractions of a second to several seconds or — occasionally — even more."
    • caveat: "It Blazor could open the door wider to optimized browser applications, it’s startup lag might not matter so much."