While using blazor, I want to be able to "go back" to a page I was before.
I found this issue and looks like it's a dead end?
This feature is something so basic, that I can't believe it doesn't exits.
Is there any walk around to make this "go back" functionality ?
Please notice that I cannot use window.goBack or history.goBack because my app doesn't create any history, and also shouldn't create any history.
The only way to "create" a history is to use the forceLoad option of Navigation.NavigateTo but if I do, it will try to load my entire app again, which is slow and I don't want to.