you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago (1 child)

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

  • source
  • hideshow 2 child comments