Curated Tech Reading Map

Find your next tech book to read

Book

Effective TypeScript, 2nd Edition

Dan Vanderkam

Buy on Amazon* The link above is an advertisement via Amazon Associates.

Summary

Dan Vanderkam follows the Effective C++ and Effective Java format: 83 independent, numbered items, each making one specific argument about how to use TypeScript rather than explaining the language end to end. This second edition is updated for TypeScript 5 and adds two new chapters, one on type-level programming and one of TypeScript recipes, alongside existing coverage of type inference, control flow analysis, generics, and the unsound corners of the any type. Because each item stands alone with its own before-and-after code, it works as well for looking up a specific problem as for reading in order.

Target Readers

  • TypeScript developers who know the syntax but keep writing code the type checker fights instead of works with
  • Engineers on a large TypeScript codebase who need concrete guidance on type design decisions, not another language tour
  • Developers migrating a JavaScript codebase to TypeScript and hitting any types they don't know how to eliminate

Tags

#typescript#type-design

Colophon

Publisher
オライリー・ジャパン
ISBN
978-4814401093
Published
Apr 2025
List price
¥4,620incl. taxMay differ from the actual selling price on Amazon

Get this book

* The link above is an advertisement via Amazon Associates.

Prerequisites

Next Books