DEV Community

Discussion on: What Tool Can You Never Remember or Get Good At?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

TypeScript is just a pre-compiled JavaScript, just like JSX. It helps integrate with the IDE. (And you can write you own helper as well.)

However, TypeScript lulls into false sense of security, especially with user input, REST API, as type, and any type. Microsoft denied to put this into TypeScript. (Yes, sometimes IDE type checking is wrong.)