• Socket462@feddit.it
    link
    fedilink
    arrow-up
    5
    ·
    7 days ago

    Last three or four years, all of our UI were done in Blazor server. Some are in production for more than two years.

    I am not saying that there are no tradeoffs, but if you are already familiar with the dot net environment and c#, writing app in Blazor could be the right path, especially for backoffice apps.

    I am just started fiddling with the latest version that automatically switch from server side to wasm without the user even noticing, and it is an awesome tech. There are still some tradeoffs, but they keep polishing the stack.

    For context, I do write some react from time to time (outlooks addin) and razor pages, but I still prefer Blazor over these techs.