Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 519 Bytes

File metadata and controls

8 lines (5 loc) · 519 Bytes

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.