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.

119 Upvotes

41 comments sorted by

View all comments

13

u/mjhillman Feb 11 '22

I’m with you. Never going back.

4

u/similiarintrests Feb 11 '22

Hell even using server side for some of our public facing portals, pick your favorite UI pack and off you go. Development speed as C# dev is just insane.

If you dont know JS like the back of your hand then dont bother with imo

3

u/AperiodicCoder Feb 13 '22

And as a team that’s been working on a big Blazor project for over 2 years, refactoring is a pleasure! I’ve done some major refactors I’d shudder to think about in JS.