DEV Community

Discussion on: Do you prefer TypeScript over vanilla JS?

Collapse
 
shaijut profile image
Shaiju T • Edited

Yes Typescript - Typed JavaScript at Any Scale.

  • Static Typing avoids Typos
  • Maintenance of Large Code Base is made easy by references
  • Its feels easy to code fast, as though you are coding in C# or Java

Big Tech Companies like Google , Slack , Airbnb have migrated their code base from Javascript to Typescript

typescriptlang.org/