AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.73k stars 967 forks source link

Add Phork.Blazor.Reactivity #564

Closed phorks closed 2 years ago

phorks commented 2 years ago

The current state management system of Blazor does not support INotifyPropertyChanged and INotifyCollectionChanged .NET interfaces. These two interfaces are what makes MVVM possible in Xaml-based UI frameworks. Phork.Blazor.Reactivity adds support for the interfaces to Blazor in an optimized and unopionated way.

AdrienTorris commented 2 years ago

Thanks.