Auto-notifying cascading values in Blazor
When using Blazor cascading values, especially root-level,
the build-in mechanism will not notify other components of
changes in the value properties. This post showcases an
improved mechanism that leverages CascadingValueSource
and INotifyPropertyChanged to automatically notify all
components.
[Read More]