Production-Grade TypeScript

Production-Grade TypeScript

Topics:
5 hours, 10 minutes CC

Learn to use the TypeScript language at scale to increase the developer experience and productivity of your teams! Work with declaration files and definitely typed, and learn to test pure type information. You’ll build a Slack app with a data layer that balances performance and safety and includes automatic detection of API surface changes. By the end, you’ll be able to manage even the most ambitious TypeScript projects with confidence and ease.

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

Published: November 11, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Features

Project Implementation

API Extraction

Converting a Project to TypeScript

Tests & Linting

Wrapping Up