Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i implement this in server side blazor? #3

Open
saifurrehmanx opened this issue Jul 4, 2019 · 4 comments
Open

How can i implement this in server side blazor? #3

saifurrehmanx opened this issue Jul 4, 2019 · 4 comments

Comments

@saifurrehmanx
Copy link

No description provided.

@franciscohumarang
Copy link

Hi,

Any update on this for server side implementation?

Tried adding this on a server side project but it cant find

 services.AddLoadingBar();

   app.UseLoadingBar();

@jsakamoto
Copy link
Owner

Humm...

What does mean to "server-side loading bar"?

The loading bar indicate during fetching data from client-side to server-side.

However, server-side Blazor apps doesn't happen fetching data from client-side to server-side, never.

In the server-side Blazor app scenario, there is no business logic in client-side, All of the work is in server-side.
Client-side is responsible only accepting inputs and rendering view, via SignalR connection with server-side.

Could you tell me more detail of the scenario that you want to use loading bar on server-side Blazor?

@franciscohumarang
Copy link

franciscohumarang commented Aug 27, 2019 via email

@ryanbuening
Copy link

Blazor server-side apps can also use HttpClient to contact various services, so I would think this library would be of use there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants