React and TypeScript

React and TypeScript

5 hours, 3 minutes CC

This course has been updated! We now recommend you take the React and TypeScript, v2 course.

Learn to use TypeScript with React through building a series of React components. You’ll explore the types that come with React that allow you to infer the properties of your components, look at tips and advice for migrating your application from JavaScript to TypeScript, and learn advanced patterns for building flexible and type-safe components. Ship your React apps with more confidence and fewer bugs using TypeScript!

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

Published: May 25, 2021
Get Unlimited Access Now
Table of Contents

Introduction

The Fundamentals

Interacting with Components

Working with Reducers

Color & Context

Just Enough TypeScript

Higher Order Components

Advanced Component Patterns

Wrapping Up