Onur Gumus

Results 65 comments of Onur Gumus

Though the bad part is, if you actually do any useful work in AsyncProgram, it flickers again :(

@sirinath , Bolero is just a Blazor component! Anything applies to Blazor, applies to Bolero as well. You can define methods on your program class and have it called from...

@sebfia here's a sample project using leaflet https://github.com/OnurGumus/FBlazorShop

@Tarmil any love for this question?

@sirinath I don't think this is applicable. Check out blazor docs.

@Tarmil is this not working already?

@Tarmil I think we still have a problem. I am still working on that pizza workshop. I use client side + prerendering. What happens is , the links are prerendered,...

Bolero is a regular blazor component . if you don't want to use elmish just create a component with F#. Bolero is elmish itself.

@ittennull better you should use json web tokens. Here's an example that works for both WASM and Non Wasm scenario: https://github.com/OnurGumus/FBlazorShop I basically create a JWT and store it to...

It's the nature of web sockets. Even with blazor it's the same problem.