Results 20 comments of Kai

From the sounds of your comment, maybe a small misunderstanding. I'm not talking about a Blazor Server Side Model, or a Elixir Phoenix Live view style model, but only the...

It seems that with the latest .Net Standard release, Type Providers are now fully supported: https://blogs.msdn.microsoft.com/dotnet/2018/05/08/f-language-and-tools-update-for-visual-studio-2017-version-15-7/

@dsyme I don't want to seem pushy, but is there an update on this?

The signup process. It spins indefinitely when trying to `Deriving encryption data...`

This is where I showcase my lack of knowledge in cryptography, but would it be feasible to fallback to a JS implementation of argo2id?

I believe wasm works with export maps, but the more I'm playing with it, it seems to be an upstream problem with the libsodium.js dependency.

Is there a way to "hijack" the back button behavior when NOT using a shell? i.e., just using a NavigationPage with a ContentPage child?

> Is Jest still cool these days I believe Jest can run tests in either node or the browser, but the bigger problem is that it doesn't support ES modules...

Probably better to just have an `if` inside the actual action/transition function and return `unit` if undesired. Still leaves the question of how to get them to run eventually