Intermediate TypeScript

Intermediate TypeScript

Learning Paths:
Topics:
2 hours, 48 minutes CC

Learn to type some of the more tricky TypeScript challenges found in large codebases, such as declaration files, generics, and transforming types. You’ll learn to keep yourself and your team unblocked by learning to diagnose common problems quickly. By taking this course, you'll grow from being a contributor to a TypeScript codebase to being on the path to becoming "the TypeScript expert" for your team.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: August 4, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Code Infrastructure

Conditional Types

Mapped Types

Wrapping Up