DEV Community

Discussion on: The Trouble with TypeScript

 
steveblue profile image
Stephen Belovarich

If you are concerned about performance then you should take a look at Closure Compiler which will change output, but is tried and true solution for optimizing JS better than any other tool.

Thread Thread
 
ryansolid profile image
Ryan Carniato

Thanks. A few of the other top tier competitors use it or used it at one point. I admittedly haven't tried it with Solid yet but it's probably worth a shot.