The practical thing to learn ES6 or Typescript?
Typescript anticipated innovations in the ES6 standard, whether to use it or learn to develop in ES6 c Babel.js?
5 answers
Need to learn this and that TypeScript is a superset of JS so it is better to understand in two
Typescript can be used the same as ES6, but tsc IMHO higher quality of code generated and speed of Assembly than Babel.
That is, using Typescript instead of Babel, you practically have nothing to lose, but get an optional bun.
As you begin to use the types in TypeScript, with a normal autocompletion in the IDE, it is hard to go back - this is my experience.
TypeScript, since Angular 2 is moving in his direction.
Learn both, ES6 will help to find a job, and TS, even if you will not use it for writing code that will teach you good things.
Find more questions by tags JavaScriptTypeScript