typescript
  • A crash guide to Typescript
  • Intro
    • What Typescript IS for?
    • What Typescript is NOT for?
    • Setting up tsconfig.json
  • Types are spooky! (How types work?)
  • Handling mutable code
  • The primitive types
  • Interfaces or Type Aliases? Oh, my!
  • The `class`, a creature which spans both realms
  • Structural typing
  • Control Flow Analysis
  • More advanced type syntaxes for another day
  • Generics
  • Modules
  • 3rd-party types
  • Epilogue
Powered by GitBook
On this page

Was this helpful?

Epilogue

Previous3rd-party types

Last updated 3 years ago

Was this helpful?

Thats it!

And that was only supposed to be an introduction! Thank you!

Recommended links:

On a future chapter maybe:

  • Domain specific things; React + TS? node + TS?

  • Writing type definitions.

The official docs
Basarat's Book
TypeScript playground interactive examples