Working with Data

Learn how to work with data or request the data when extending the backoffice.

Repositories are used for talking to the server by requesting data and getting notified about updates.

Context APIs work with “local/runtime” data and enables receiving APIs.

A store holds data throughout the session. It is used to create reactivity across different parts.

A reactive container holding data, when data is changed all its Observables will be notified.

Umbraco Elements enables hosting controllers.

A Dataset Context is the connection point between a Property Editor and a Workspace and covers a set of properties.

Last updated