TypeScript for React

Join the React Bootcamp

The React Bootcamp is 5 full weeks of professional React training to take you from wherever you are to top-tier React programmer in record time.

Lifetime Access

$79
Complete Package
Become a React Pro
Problem

Type Information

Your challenge is to explore TypeScript's benefits in understanding data types and using code editors like VS Code to help you.

You have an input element with missing properties size and onChange. Your task is to determine the appropriate data types these properties expect and use that informa...

This lesson is part of the full version of the React Bootcamp.

Click here to purchase.
Already joined? Log in here

Transcript

The great benefit of TypeScript is that it gives us a bunch more information than we're used to in our JavaScript applications.

The types were always there. It's just that TypeScript makes them really clear to us. Especially when we use code editors like VS Code, we get a bunch of information about...