SnS uses scoped state services to coordinate UI, data loading, selection, filtering, and feature workflow state. The dominant pattern builds on DataMine.Framework StateBase-style services and OnChanged notifications.
Components subscribe to the feature state, call StateHasChanged when notified, and unsubscribe during disposal. Layouts often initialize state early so child components can render from a ready state.