Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 728 Bytes

observables.md

File metadata and controls

11 lines (10 loc) · 728 Bytes

How DataStore uses Observables

  • All of DataStore internally uses event driven methods (observables) to handle everything from the sync process, to observing online connectivity. This makes the Storage Engine the single source of truth for DataStore.
  • Examples:

Understanding Observables