BlazorMVVM icon indicating copy to clipboard operation
BlazorMVVM copied to clipboard

Implementation of MVVM pattern in Blazor

Blazor Model View ViewModel (MVVM)

This is an example of a possible solution to support the MVVM pattern (more specifically, INotifyPropertyChanged).

Read the related blog post: MVVM Support in Blazor.

Current Blazor version for this project is: 3.2.0-preview1.20073.1

Screenshot

  1. Navigate to the parent folder you would like to put the project in.
  2. git clone https://github.com/JeremyLikness/BlazorMVVM.git
  3. Open the BlazorMVVM.sln in Visual Studio 2017 or later
  4. Compile/launch

@JeremyLikness