MVVM-Samples icon indicating copy to clipboard operation
MVVM-Samples copied to clipboard

Add Blazor Sample

Open Jordantmcfar opened this issue 3 years ago • 2 comments

Can we please get a sample implementation within Blazor?

Jordantmcfar avatar Oct 12 '22 21:10 Jordantmcfar

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

adamskt avatar Jan 19 '23 15:01 adamskt

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.

gragra33 avatar May 10 '23 23:05 gragra33