T
TanStack2y ago
graceful-blue

Clarification on Handling Chunks of Data in postMutation Response

I'm sending a postMutation request to my backend, and it's responding with data sent in chunks using res.write(). For managing these data chunks in the postMutation, should I handle them in the onMutate callback or another side effect?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?