Table of Contents

Effective TypeScript

Also read: Effective Java by Joshua Bloch

Return to TypeScript, TypeScript courses, Web development bibliography: JavaScript bibliography, TypeScript bibliography, Node.js bibliography, Angular bibliography, React.js bibliography, Vue.js bibliography, Web development courses

Effective TypeScript - 9781492053736, By Dan Vanderkam, Time to Complete: 6h 18m, Topics: TypeScript, O'Reilly Media, Inc., October 2019 - https://learning.oreilly.com/library/view/effective-typescript/9781492053736

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:

Errata Page: http://oreilly.com/catalog/0636920261544/errata


Table of Contents

Effective TypeScript

By Dan Vanderkam

1. Getting To Know TypeScript

2. TypeScript’s Type System

3. TypeScript Type Inference

4. TypeScript Type Design

5. Working With TypeScript Any

6. TypeScript Types Declarations And @Types

7. Writing And Running Your TypeScript Code