6

Do y'all use Blazor? .-. the C#-based web-UI (web assembly one)
Thinking of going in on it hard coz I hate to think of a world where backend is written in JS (🤮) just for better interoperability with JS-based UI and cheaper devs to hire (JS-fullstacks) 🤮🤮🤮

Comments
  • 3
    Yep, full blazor project maintenance here.

    I do JS for fun xD
  • 3
    blazor rocks. nuff said.
  • 1
    Blazor is amazing. I'm rewriting our in house timesheet and document management and access apps in it
  • 2
    Just put in production server side blazor app.

    + backend via GraphqL server. Shit is fast

    But generates a LOT of trafic.

    Old app : Around 500 MB / day (Apis)

    Blazor server side : 15+GB per day (With less users than old app).

    And sometimes stability is a bit tricky, but overall, grat plateform !

    Next year will migrate it toi client side
  • 2
    We use Blazor and Bolero for some projects at $work. For internal tools only, tho. That’s only because most of our devs are shit and don’t know or want to learn anything beyond JS. Also the Blazor/Bolero setups can just be built and forgotten, which is good. Blazor was used until I introduced Bolero for our SA, and now they want to migrate everything to Bolero.. mission: accomplished.
Add Comment