GitHub - campersau/ChangeDetectionBlazorWebApplication

Skip to content

Navigation Menu

Sign in

Appearance settings

ChangeDetectionBlazorWebApplication

Demo application to demonstrate very simple change detection based on INotifyPropertyChanged and INotifyCollectionChanged.

Create a new ChangeDetector with a state change handler and public property / obserable collection changes are automatically tracked. Make sure to dispose the ChangeDetector to release all event handlers.

See Index.cshtml for a sample implementation.