Ask HN: Is it worth converting a large JavaScript codebase to TypeScript?
As stated. We have a medium-large codebase in Javascript, using webpack to transpile `es2015` code to Javascript, as is standard.
TypeScript may be deemed "yet another shiny thing" by some, but the benefits of a typed superset of Javascript feel quite enticing
Any experiences or thoughts to share?
3 comments
[ 3.8 ms ] story [ 18.6 ms ] threadI wrote up my experiences learning TypeScript here:
https://blog.isquaredsoftware.com/2019/11/blogged-answers-le...
I'm sure you see where I'm going with this. :)