t
t
typescript
Search…
t
t
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
A crash guide to Typescript
This aims a reader who already has some modern JS experience and is curious about TS. Special focus is given on presenting how the type system works.
What will we go through:
What is typescript for? What typescript isn't. Why. Why not;
Set it up as simply as possible;
Type system overview;
Caveats from someone used to JavaScript;
Next - Intro
What Typescript IS for?
Last modified
7mo ago
Copy link