- Course
TypeScript Deep Dive: Specialized Types and Language Features
Specialized types allow you to make your code more type-safe and less redundant in TypeScript. This course will teach you how to infer types from other types and convert types to new ones.
- Course
TypeScript Deep Dive: Specialized Types and Language Features
Specialized types allow you to make your code more type-safe and less redundant in TypeScript. This course will teach you how to infer types from other types and convert types to new ones.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Types are what make TypeScript more robust compared to JavaScript. To achieve even more type safety, specialized types, such as conditional types or mapped types, can be used. In this course, TypeScript Deep Dive: Specialized Types and Language Features, you’ll learn to use advanced types and language features in TypeScript. First, you’ll explore conditional types together with the infer keyword. Next, you’ll discover mapped types and how to use key remapping. Finally, you’ll learn how to build recursive types and use template literal types. When you’re finished with this course, you’ll have the skills and knowledge of specialized types and language features in TypeScript needed to build a more efficient and robust codebase.