TypeScript resources
Content
- What is TypeScript and why you should use it
- Quick setup
- Inference and type annotations
- Fundamental Types
- Object Types
- Union Types
- Type Aliases and Interfaces
- Type Assertions
- Literal Types
- null and undefined
- Narrowing
- Creating Types from Types
- Common Built in and Utility Types
- tsc CLI (The Compiler)
- Avoid using Object or {}
- Ignoring TypeScript errors
๐๏ธ Resources
๐ Books
- TypeScript Documentation: Official website.
- OโReilly Media | Effective TypeScript, 2nd Edition [Book]: A book by Dan Vanderkam.
๐๏ธ Videos
- YouTube - Matt Pocock: Tips to use TypeScript better
- YouTube / Web Dev Simplified: Web Dev Simplified: Videos about web development skills and techniques in an efficient and practical manner
๐ฏ Other
- TypeScript: TS Playground: An online editor for exploring TypeScript and JavaScript
- GitHub | type-challenges: Collection of TypeScript type challenges with online judge