1 Answer

0 votes
by

TypeScript has the following disadvantages:

  1. TypeScript takes a long time to compile the code.
  2. It does not support abstract classes.
  3. If we run the TypeScript application in the browser, a compilation step is required to transform TypeScript into JavaScript.
  4. Web developers are using JavaScript for decades and TypeScript doesn’t bring anything new.
  5. To use any third party library, the definition file is a must.
  6. Quality of type definition files is a concern.

Related questions

0 votes
asked Jan 27, 2020 in TypeScript - JavaScript's Superset by AdilsonLima
0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
...