Load.View safely hydrates server-provided full model data into the client store. It sets the model, loading state, modal state, and view timestamp before rendering your View.
Use this wrapper when rendering server-fetched view data inside client Zones, tab layouts, or reusable sections.
<model>
Stores the hydrated full model instance from the server view object.
<model>Loading
Marks the full model as ready so the View can render without showing loading UI.
<model>Modal
Marks the current model state as view mode. Other model wrappers can distinguish view/edit/new flows.
<model>ViewAt
Stores the server view timestamp so Load.View can avoid replacing newer client state with older view data.