python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to guard against double trigger of async method in Blazor wasm
I'm developing a blazor wasm application. I'm struggling with an async issue - that I find difficult to tackle, as the threading in the browser is not completely clear to me. I'm not using any async v...
Vincent
Votes: 0
Answers: 2
How to deal with IEnumerables/Arrays/Collections in Fluxor State?
I'm currently trying to implement Fluxor for my Blazor WASM app and all the instructions/tutorials I found recommended something like this example for the Store:
public record AppStore {
int ClickC...
Rhywden
Votes: 0
Answers: 1
Setting the global state only once using Fluxor in Hosted Blazor WASM app
I have a .NET 5.0 Hosted Blazor WASM app that looks like this:
I am using scaffolded Identity razor pages in server project for sign in and sign up etc.
I want to store the logged in User object insi...
Junaid
Votes: 0
Answers: 1