Working with UI , I remember the old times where there was a MRU . So , why not do one for Blazor ? Especially for Blazor WASM .
What should do:
1. See what URL’s have the user have been accessed . Retrieve URL and Page Title .
2. Store this into a browser cache / database . Should be stored between sessions
3. Retrieve the latests URL’s and the count
4. Display to the user
And all of this being saved to the browser , not in some backend database. And with WASM , please.
You can see in action at https://ignatandrei.github.io/BlazorBrowserHistory/ and the nuget packages are https://www.nuget.org/packages?q=BBH+owner%3Aignatandrei&includeComputedFrameworks=true&prerel=false&sortby=relevance . The next posts will detail the implementation