DEV Community

Cover image for Simple Weather App With Google Maps Using Blazor Server, HttpClient and Radzen Components

Simple Weather App With Google Maps Using Blazor Server, HttpClient and Radzen Components

Zoltan Halasz on June 07, 2020

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...
Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

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?

Collapse
 
saint4eva profile image
saint4eva

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.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

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

Collapse
 
devhammed profile image
Hammed Oyedele

I could not imagine using this Blazor without automatic browser refreshing after my experience with React and all that.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Same for me, but I found a way to overcome this with browsersync, and for the styles I found a package called blazor styled

Thread Thread
 
devhammed profile image
Hammed Oyedele

Can you provide the steps?

Collapse
 
lena profile image
lenabojanowska

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."?