My favorite teacher for C# on Youtube is Tim Corey, and his latest material concerns HttpClient, using a Weather Forecast Api.
See his material, an...
For further actions, you may consider blocking this person and/or reporting abuse
Hi, what do you think about blazor in general, I found it quit hard to adapt because I miss features like scss support or automatic browser refresh. Are these issues somehow solvable?
I could not imagine using this Blazor without automatic browser refreshing after my experience with React and all that.
Same for me, but I found a way to overcome this with browsersync, and for the styles I found a package called blazor styled
Can you provide the steps?
I will, later today (CET), for now I have still some work to do.
So
dotnet watch run
thats the first time setup every other time just run the
dotnet watch run
command and the browsersync command in a second terminal.Thank you so much ✊✊✊
no problem, have a nice day ;)
Scss is just a tool that compiles down to plain CSS. You can reference your CSS file in your project as you want. And there are a lot of Blazor components out there you can use.
Thanks I know that, I just miss some automation tool which could do that in the background, like in react node-sass with the right babel config and loader
For me, it is just playground. I would stick to asp.net razor pages and html , css, javascript for the moment.
Whatever makes you happy. Razor Pages is as powerful as Blazor. Blazor, both server-side and client-side, is production ready.
Hi. Do you have any idea why while I am clicking on the Map I get an error that "Input string was not in a correct format."?