DEV Community

Discussion on: Seven lessons I wish I learned earlier about Typescript

Collapse
 
weedshaker profile image
weedshaker

The only weak point of TS is that it requires a compiler and Typeguards, which are just plain JS anyways. At least they improved the compiler. Although, the future after IE11 is without compiler black boxes eg. Webpack, so I hope. And then what’s left is inline jsdoc types, which works fantastically! πŸ€—