How would I manage a streamed response from the server?
I am effectively making a chatbot. If you were to imagine it in "plain JS", it might look like this:
Here's the problem: when I have that in a mutation, I would ideally like to stream it to the appropriate "chat bubble" so it can update the response. i.e.,
The problem I'm having is: how would you connect this with
useMutation?
0 Replies