| AppStateBase | A base class to control application-wide state in a Blazor app. |
| BlazorObservable | A base class for Blazor ViewModels to implement INotifyPropertyChanged and IDisposable. |
| Html | A port of the ASP.NET MVC HtmlHelper class to Blazor. |
| InterfaceElement | Represents the basic parts of any HTML element. |
| JsModule | A wrapper that makes it easier to dynamically import JavaScript modules in Blazor. Can be used as the foundation to build strongly-typed .NET wrappers around JavaScript libraries. |
| LoadingStatus | Outlines the different phases of the loading cycle. |
| StateHasChangedConfig | |
| StateHasChangedDebugMode | Defines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired. |
| StateHasChangedDelayMode | Defines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired. |
| ViewModelBase | A base class for your Blazor MVVM implementation that gives you access to all the useful stuff Blazor and BlazorEssentials inject into the app. |
| _Imports | |