DEV Community

Linh Truong Cong Hong
Linh Truong Cong Hong

Posted on

Question: Will Typescript replace Javascript in web development?

Typescript is proving its success while more and more Javascript libraries and frameworks are adopting this language. Do you think that Typescript will replace Javascript as the main language for frontend (React, Angular, Vue) and backend (Node, Express) developpment?

Top comments (2)

Collapse
 
ecyrbe profile image
ecyrbe • Edited

It will the day v8 integrate native support for typescript.

But will native support become a reality ?

I don't think so. Typescript is not standard driven, but community driven. There is no spec. This means that typescript behaviour is not well defined.

Don't get me wrong. I don't think typescript should become a spec. This would make typescript difficult to evolve at the pace it needs.
Look at c++, one of the biggest langage spec out there. It's a mess. Typescript as the luxury to break backward compatibility.
Builds break every now and then... Fixes are minor. But once in the browser, backward compatibility should be enforced... Making it another mess.

So i guess it will not happen.

Collapse
 
wobsoriano profile image
Robert

It'll never happen.