Multi-step query status / generator functions?
Hello! My app has a number of really complex mutations that often have multiple steps. I built mutation functions as generators that yielded status and a framework that would continue to await those generators until they finally completed.
Part of the way into this, I realized I was rebuilding react-query-like functionality. I'm curious if there's already facilities to do something like this in react-query, or if not, is there a suggested alternative?
0 Replies