Sign in
Log inSign up

Is it valuable to learn typescript still?

mohammad c's photo
mohammad c
·Mar 7, 2018

In the long run is it valuable to learn typescript still considering that es6 exists. I know es6 still doesn't have a lot of support by browsers, but I assume within a couple of years that will change and for now there's babel at least.

I'm a software dev, primarily coding in java and node. Pretty sick of learning new javascript frameworks/library, though definitely willing to learn typescript if it's much more advantageous than es6 (I already use es6).

The only real benefits I can see for Typescript are private datatypes and static type checking (and static types are a subjective benefit), now that es6 has classes and bracket scope with the 'let' keyword

Can anyone shed some light on this situation, perhaps what situations would be best to use typescript and why?