Focusing on the practical application of TypeScript, this book presents 83 concise items that offer clear guidance on best practices and common pitfalls. Drawing inspiration from the Effective C++ and Effective Java formats, it aims to ease the learning curve associated with TypeScript by providing actionable insights. Readers will gain a deeper understanding of how to effectively utilize this typed superset of JavaScript, ultimately helping to mitigate common issues encountered in JavaScript development.
Dan Vanderkam Book order (chronological)



TypeScript. Skuteczne programowanie
- 290 pages
- 11 hours of reading
Effective TypeScript
- 250 pages
- 9 hours of reading
TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use of TypeScript. Author Dan Vanderkam, a principal software engineer at Sidewalk Labs, shows you how to apply these ideas, following the format popularized by Effective C++ and Effective Java (both from Addison-Wesley). You'll advance from a beginning or intermediate user familiar with the basics to an advanced user who knows how to use the language well. Effective TypeScript is divided into eight chapters: Getting to Know TypeScript TypeScript's Type System Type Inference Type Design Working with any Types Declarations and @types Writing and Running Your Code Migrating to TypeScript