|
|
|
|
|
by zelphirkalt
971 days ago
|
|
As soon as you add TS to the mix, you have to deal with TS compiler not being able to output run-ready JS (or has that changed by now?), because of JS issues with modules and you need a "bundler", yet another accidental complexity, and one that is often a nightmare to configure. Then some drive-by person will want you to minify all the things and you add another unnecessary complexity. TS is great mostly. But it definitely comes at a cost. |
|