From the course: React: Using TypeScript

TypeScript with React

- [Instructor] When writing applications with React, you may sometimes find yourself looking at your code and hoping you have better typechecking or cleaner code or, even better, error prevention when building your JavaScript applications. This is where TypeScript comes into play. TypeScript is a superset of JavaScript that implements many coding best practices and typechecking built in for improving your code syntax and writing styles. We'll first look at how to set up TypeScript into a React application. Then we'll explore how to use types into React and how to use functional components. And we'll conclude with visiting React Hooks and how to work with them with TypeScript. I'm Manny Henri, and it'll be my pleasure to explore with you how best to leverage TypeScript into your React applications.

Contents