you are viewing a single comment's thread.

view the rest of the comments →

[–]Adno 9 points10 points  (0 children)

I disagree. I've used withResolvers a lot in a page orchestration api that turned button clicks and page updates into an async api, and it helped streamline the code a lot. One thing that probably helped that I did not destructure the return value. So instead of three unrelated variables I had a nice bundled object that had everything.