I feel like it should be clarified here that async/await is not exclusive to TypeScript, but a ES7 (?) feature that is also available if you use the Babel transpiler.
Having type safety is great of course, but it might be too heavy to add if you just want good async handling.
Having type safety is great of course, but it might be too heavy to add if you just want good async handling.