React: Using TypeScript
47mIntermediate2024-04-11
Authors

Emmanuel Henri
Executive with 20+ years of experience in programming and design
Course details
TypeScript offers developers a more structured approach to JavaScript application development, and is a natural fit for the build processes most React developers are already using. Combining the component approach in React with the discipline of TypeScript enables you to build clean web applications that will be easier to maintain over time. In this course, instructor Emmanuel Henri explains how to use TypeScript with React. He starts with a review of basic and complex types and functional and stateful components. He then shows how to use TypeScript interfaces to improve your React code. Finally, learn how to implement higher-order components to reuse components while adding new functionality.
Skills covered
TypeScriptReact.jsMetaFront-End Web DevelopmentWeb DevelopmentProgramming LanguagesOpen SourceSoftware DevelopmentOne-Off
Concepts
0. Introduction
- 01 - TypeScript with React
- 02 - What you should know
1. Setup and Basics
- 03 - Initialize a React project
2. First Steps - TypeScript with React
- 04 - Introduction to TypeScript with React
- 05 - Basic types
- 06 - Other complex types
- 07 - Introduction to React components
- 08 - React components syntax
3. Interfaces - TypeScript with React
- 09 - Introduction to interfaces
- 10 - Define our state with TypeScript
- 11 - Review best practices interfaces
4. Hooks - TypeScript with React
- 12 - Overview of hooks with TypeScript
- 13 - Implementation of useEffect with TypeScript
- 14 - Implementation of context with TypeScript
Conclusion
- 15 - Next steps