Namespace Cortex.Net.Blazor
Classes
Observer
Sometimes it is hard to apply Observer to a part of the rendering,
for example because you are rendering inside a RenderFragment,
and you don't want to extract a new component to be able to mark it as observer.
In those cases
ObserverAttribute
Attribute that indicates that the Blazor component should react on observable state in this component.
ObserverObject
Observer object that encapsulates a reaction to automatically track dependencies and rerender when any of the dependencies change.