Futur of Typescript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Futur of Typescript?

I just discover Typescript, is this a common tool? with a good futur?

9th Apr 2017, 2:23 PM
Geoffrey L
Geoffrey L - avatar
6 Answers
+ 4
TypeScript is a superset of Javascript. What that means is that what you code using TypeScript is 'transpiled' to JavaScript. It is a really fun way to code and as has been mentioned looks to have a long future. It is used not only in Angular2 but all future Angular development (Angular4+). Plus, Google recently adopted it as an option for its developers to use for front-end development. They just completed the NG-Conf for 2017 and most the presentations are avaliable on YouTube. This is one from John Papa & Dan Wahlin that gives some high-level explanation of how TypeScript works: https://www.youtube.com/watch?v=i3iNDdshgrc
9th Apr 2017, 4:13 PM
RobNichols
+ 6
typescript is an awesome lang but it has many things in common with javascript and it cannot challenge javasvript
9th Apr 2017, 2:25 PM
Harshed Abdulla
Harshed Abdulla - avatar
+ 6
typescript is the fifth best pro lang but javascript is first
9th Apr 2017, 2:25 PM
Harshed Abdulla
Harshed Abdulla - avatar
+ 5
I think so, because Angular 2 is based on typescript completely.
9th Apr 2017, 2:25 PM
Ashwani Kumar
Ashwani Kumar - avatar
+ 2
@Harshed Thanks for your answer but I don't get the thing when you say: "cannot challenge javascript". I just watch a piece of demonstration video and they are writing javascript with Typescript and switch from one language version to another one. So for the little I have understand, Typescript write Javascript but doesn't replace it.
9th Apr 2017, 2:30 PM
Geoffrey L
Geoffrey L - avatar
+ 2
@Ashwani Kumar Good to know :O I really have to have a look to that Angular... I see that's request everywhere now and I still didn't take time to check what is for :x
9th Apr 2017, 2:31 PM
Geoffrey L
Geoffrey L - avatar