• @asyncrosaurus@programming.dev
      link
      fedilink
      210 months ago

      Counter hot take, I do actually like Blazor but it has limitations due to how immature web assembly still is. It also does not solve the problem of being a big complex platform that isn’t needed for small simple apps. Of the half dozen projects I’ve written in Blazor, I’d personally re-write 3 or so in just Razor Pages with Htmx.

      • @Hotzilla@sopuli.xyz
        link
        fedilink
        210 months ago

        Server-side works better, webassembly and fat client on general imo aren’t worth it. It’s benefits require millions of users.