Replies: 1 comment 1 reply
-
I'm working on a project where I want to sync server and client state. Here is my feedback on streamedQuery:
|
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
-
We’ve recently released a new API to support streaming through
AsyncIterable
s. You can read about that in the docs here, and we also have an example set-up here.Since the API is currently marked as
experimental
, we would value your feedback if you can build the things you want to build with that API. Note that it’s notexperimental
because it “doesn’t work”, it’s merely marked asexperimental
so that we can adapt the API to your needs without releasing a new major version.So please let us know if you’ve worked with the
streamedQuery
helper, if you like it, if there’s something missing etc. This will help us mark it asstable
sooner. Thank you 🙏Beta Was this translation helpful? Give feedback.
All reactions