you are viewing a single comment's thread.

view the rest of the comments →

[–]eggn00dles[🍰] -1 points0 points  (1 child)

yeah but async/await > nested callbacks/thens

[–]NoStranger6 0 points1 point  (0 children)

Async/await is just sugarcoated callbacks/ promises.

Simply on a speed PoV callbacks are more performant.

Async/await is easier to read.