What do you think about TypeScript?

I was watching this video by Richard Feldman (Elm core team) and he’s predicting TypeScript is going to take over the JS world:

I’ve heard lots of others say the same, there’s certainly a lot of hype around TS atm!

What are your thoughts? Have you used it? Will you?

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

2 Likes

It’s obvious now that TypeScript is going to be a very big thing soon. Deno supports TypeScript as a first class language. Front end frameworks are adopting TypeScript, like Vue CLI now provides built in support for TypeScript. I have seen many people preferring to use TypeScript with Node.js.
Also, TypeScript is very similar to JavaScript, unlike other languages compiling to JavaScript.

3 Likes

Nice, I didn’t know about Deno! We should put a portal up for it at some point :nerd:

This is a good blog post about TypeScript:

Also, this course looks good:

3 Likes

New course from the frontend masters

2 Likes