DEV Community

Discussion on: TypeScript Tutorial: A step-by-step guide to learn TypeScript

Collapse
 
amandaeducative profile image
Amanda Fawcett

Hi Ben! I am pleased to hear that you found the tutorial helpful. I do have a few TS resources in mind that range in difficulty level, depending on your learning goals.

Here is an article on advanced TS: educative.io/blog/advanced-typescr...

An article on using TS & React: educative.io/blog/react-and-typesc...

Another, more extensive beginner's guide to TS: valentinog.com/blog/typescript/

The official documentation and tutorial for TS (these are a bit denser, but can be helpful): typescriptlang.org/v2/docs/home

Here is a helpful learning track specifically for TS developers: educative.io/track/typescript-for-...

My recommendation is to avoid using videos unless you have benefited from them in the past. TS can be tricky to learn, and it requires some exploration & hands-on trial/error to figure out. One great way to learn is to look at other peoples' TS projects and try to replicate them.

Hope that helps!