October 2023
Beginner to intermediate
454 pages
8h 29m
English
This chapter introduces TypeScript. We will cover the basic skills that are required to use TypeScript with React and create our first React app with TypeScript.
In this chapter, we will look at the following topics:
For our work, React version 18 or higher will be required.
You can find more resources at the GitHub link for this chapter: https://github.com/PacktPublishing/Full-Stack-Development-with-Spring-Boot-3-and-React-Fourth-Edition/tree/main/Chapter09.
TypeScript (https://www.typescriptlang.org/) is a strongly typed superset of JavaScript, developed by Microsoft. ...
Read now
Unlock full access