Replies: 4 comments 16 replies
-
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.
-
I wrote something very similar to
My feedback
|
Beta Was this translation helpful? Give feedback.
-
@TkDodo I'm using this to stream AI messages for mobile, I just wanted to say thank you! It was super easy to use and really straightforward. This simplified the code I was working on a lot and works perfect. |
Beta Was this translation helpful? Give feedback.
-
Hi, great to hear react-query can support stream!!! By the way, |
Beta Was this translation helpful? Give feedback.
-
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