Nothing should ever query re_data_store
directly
#6017
Labels
😤 annoying
Something in the UI / SDK is annoying to use
⛃ re_datastore
affects the datastore itself
🔍 re_query
affects re_query itself
These low-level APIs are only meant to be used as building blocks for the higher-level query APIs.
Everything else should go through the query crates, in order to try and centralize/share as much as possible of all the logic that goes on top of fetching cells (resolving promises, handling errors, handling nullability, etc).
The text was updated successfully, but these errors were encountered: