CommunityToolkit / MVVM-Samples

Sample repo for MVVM package

Repository from Github https://github.comCommunityToolkit/MVVM-SamplesRepository from Github https://github.comCommunityToolkit/MVVM-Samples

Add Blazor Sample

Jordantmcfar opened this issue · comments

Can we please get a sample implementation within Blazor?

I'm giving a talk on this today 😅 Here is the repo where I have some simple examples based on the basic Blazor WASM (with an app host) dotnet new blazorwasm template: https://github.com/IntelliTect-Samples/blazor-mvvm

I have created a lib that expands on @adamskt code that includes a MvvmNavigationManager and a MvvmNavLink component that removes the use of magic strings using navigation by ViewModel (class/interface). Here is the repo and Nuget. Sample project included.