Hacker News new | ask | show | jobs
by kuzmin 3426 days ago
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.

1 comments

You may add types at a later time while enjoying the rest of the features.