r/Blazor
•
u/megadonkeyx
•
Feb 10 '22
•
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.
121 Upvotes
6
u/propostor Feb 11 '22
Um... I'm on my laptop now and a quick inspection of network transfer tells me - via "Empty cache and hard reload":
Facebook: 5Mb
My own personal React website: 2.6MB
My own personal Blazor website: 704kb
And this is the base data transfer. Not extra resources and assets that are counted separately.
If you think Vue is better because it's 17kb, you are a long way from doing useful web development. The people who pay for this shit are not interested in the difference between 17kb and 700kb, that's absolute peanuts for any web connection in the modern world.
The only thing people care about is how long it takes to finish the work. I have worked professionally on all frameworks - MVC, jQuery, Knockout, React, Angular, Blazor - and Blazor is the most productive I have ever worked on, by far.