Maven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 11 months agoSTOP DOING ASYNClemmy.worldimagemessage-square46fedilinkarrow-up1683arrow-down138
arrow-up1645arrow-down1imageSTOP DOING ASYNClemmy.worldMaven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 11 months agomessage-square46fedilink
minus-square30p87@feddit.delinkfedilinkarrow-up5·11 months agoasync/await could be useful if one creates an entire program designed on and for it, but it stops being acceptable as soon as I need two .thens inside of each other because I tried to use fetch in a non-async app without race conditions
async/await could be useful if one creates an entire program designed on and for it, but it stops being acceptable as soon as I need two .thens inside of each other because I tried to use fetch in a non-async app without race conditions
Observables are your friends