React and TypeScript, v2

React and TypeScript, v2

Learning Paths:
4 hours, 31 minutes CC

Catch errors in your code as you type without having to leave your editor! That's the power of using TypeScript with React. Learn to use TypeScript with React components ensuring you have the correct properties. And use the Context API, React Hooks, and type props to build more robust and reliable Typescript applications at scale!

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

Published: January 19, 2023
Get Unlimited Access Now
Table of Contents

Introduction

Components

API's

Typing & Refactoring

Generics

Wrapping Up