subscribeToDataChanges abstract method

UnsubscribeFunction subscribeToDataChanges(
  1. ChangeCallback callback
)

Reactive hooks then subscribe to "data has actually changed" notifications, using the info to trigger re-queries, if the changes affect databases and tables that their queries depend on. This then trigger re-rendering iff the query results are actually affected by the data changes.

Implementation

UnsubscribeFunction subscribeToDataChanges(ChangeCallback callback);