Replies: 1 comment 1 reply
-
Live queries produce Observables that can be composed using helper libraries such as RxJS. But even better to compose them using promises, async functions and await (only compose the actual queries in separate async functions and compose them as if you only wanted a single return value, and were unaware of liveQuery, when call these composed functions from your live query). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering if there is a particular recommended way/facility in the lib for composing live queries (i.e. combining existing live queries with different filters, with the result being a live query). Perhaps as already outlined in the following post?:
#1661 (comment)
Beta Was this translation helpful? Give feedback.
All reactions