showing results for - "is typescript slower than javascript"
Loukas
13 Nov 2017
1Slightly faster. TypeScript is compiled to javascript but to a minimised form
2and therefore loads faster.
Eleana
15 Aug 2017
1JavaScript (and Typescript) are actually pretty performant, courtesy of the insane work done by the v8 team. But, Typescript really doesn't impact that