B
B
bernex2016-01-21 14:57:34
JavaScript
bernex, 2016-01-21 14:57:34

Which is better for a TypeScript or Babel application?

For a large and modular client application, which is better?
What you need:
- Compile conveniently into one file
- Compile only used dependencies into one file in order to reduce the size
- I would like not to compile everything every time during development and merge, i.e. use the most convenient dependency loader - SystemJS?
Suggest a comfortable environment for all this, thanks!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nicholas, 2016-01-21
@healqq

All your requirements are done with grunt/gulp/webpack/.... and have nothing special to do with TS/Babel.
You better read about the pros of TS and Babel and determine which of these pros will be more useful to you.

T
TekVanDo, 2016-01-21
@TekVanDo

It's not clear where TypeScript and Babel are transpilers of the js language
. For compiling concatenation, etc., there is gulp, webpack, grung, npm.
If you are not reluctant to soak, take webpack, it has everything you need out of the box. For more specific tasks, look towards gulp and npm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question