r/Blazor Feb 10 '22 Gold 1

Two weeks of blazor.. I'm sold

Have been doing development since the 90s and generally have always found the mix of js, html, css and c# to be laborious.

Even react which I find to be the least annoying js framework is painful. Most of the time I would just go back to html, css and jquery to get stuff done quicker.

But blazor, wow, just doing server side blazor for two weeks and I'm making stuff with such little faff. Everything works so painlessly.

Using radzen ui components but not their ide, this is seriously impressive stuff.

Has anyone tested how well server side blazor scales when using azure signalr service? . Now I have used this there's no going back.

118 Upvotes

41 comments sorted by

View all comments

26

u/propostor Feb 11 '22

Blazor becoming the next big thing. Hell fucking yes.

I'm working on a new internal web app at work and casually suggested MVC/jQuery was an oddly old choice for a new project. We are now writing it in Blazor and everything is just wonderful.

-6

u/godlikeplayer2 Feb 11 '22 edited Feb 12 '22

Blazor becoming the next big thing. Hell fucking yes.

meh, if they don't get these huge bundle sizes for wasm blazor in check it will stay relatively niche.

edit: rofl at the downvotes without any counterarguments. Says a lot about the blazor and c# community.

12

u/propostor Feb 11 '22

Nah. Internet these days is so fast that your website can be 10mb and nobody cares. Do you notice Facebook being upwards of 20mb?

The only important factor now is development time, and Blazor websites are the quickest development turnaround of any available framework at the moment, by far.

Also, Blazor isn't even large. 2mb or less, last I checked. I don't know what you're on about, frankly.

2

u/Mordeor Feb 11 '22

It's small until you start including project dependencies. One Nuget package I was looking at, and decided against, was over 11 MB.