What are you guys using in your code?
I am biased towards promises; to me async/await feels excessively blocking compared to a chain of .thens which both control the flow while allowing synchronous statements their own respective code blocks.
I have not really stuck with async/await though so maybe I’m not giving it a fair chance. Curious what you guys prefer.