DEV Community

Andrew (he/him)
Andrew (he/him)

Posted on

What's the Best Place to Learn TypeScript?

Anyone have any recommendations?

I want to get a bit more practice with front-end development, but I have no idea where to start. Who's got suggestions?

Latest comments (22)

Collapse
 
wagslane profile image
Lane Wagner

We finally have a big ol TS for developers course on Boot.dev!

boot.dev/courses/learn-typescript

Collapse
 
khrisl33t profile image
kHRISl33t • Edited

If you have a project in JS, try to rewrite it with TypeScript (I was watching youtube tutorials If I couldn't understand a concept or read the ts docs a few times:D). That's how my journey started with TypeScript and since then I just want to use it in every project. :)

Or you can start with Angular which enforces TS by default.

Collapse
 
iamismile profile image
Ismile Hossain

udemy.com/course/typescript-the-co...
Check this course. It's a great course for Typescript. You will learn ins and out of Typescript in an engaging way.

Collapse
 
momosetti profile image
Momo Setti
Collapse
 
atila profile image
Atila Fassina • Edited

Hey, Andrew!!

I also have a Youtube channel where I'm adding some byte-sized tutorials, TypeScript has been one topic that I've been interested in doing.

Would you mind sharing what parts of TypeScript, or what you'd be looking for in such a tutorial?

My playlist currently has only 3 videos (Generics in 5 minutes and Utility Types Parts 1 and 2). Maybe the 4th one could be from an insight from you...? πŸ˜‰

here's the link if you want to check it out: Scope Leak on Youtube

Cheers

Collapse
 
teekay profile image
TK

I started a series about Typescript Learnings. They are some notes on what I'm learning about everything Typescript.

Collapse
 
timon profile image
Timon van Spronsen

I'd highly recommend Effective TypeScript for learning TypeScript. I've heard great things about Frontend Masters as well!

Collapse
 
henryong92 profile image
Dumb Down Demistifying Dev

Front-end AND typescript?
Sounds like Angular to me πŸ€·πŸ»β€β™‚οΈ

Collapse
 
achimoraites profile image
Achilles Moraites

You can find great learning material on typescriptlang.org

Collapse
 
almenon profile image
Almenon

This won't make you expert or anything but if you want a crash course learnxinyminutes.com/docs/typescript/ can get you going pretty fast.