TypeScript — resources

roadmap.sh: https://roadmap.sh/typescript

Books

  • Programming TypeScript (Boris Cherny) — practical, well-paced intro to the type system and tooling.
  • Effective TypeScript (Dan Vanderkam) — 62 specific ways to use TypeScript better; great after the basics.
  • TypeScript in 50 Lessons (Stefan Baumgartner) — bite-sized lessons building deep type intuition.

Courses / practice