Working with Data

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

This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

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.

Last updated