About this book
This book is an introduction to learning modern React development systematically from the ground up. From JavaScript basics to advanced React topics, you can build practical skills step by step.
This book is an introduction to learning modern React development systematically from the ground up. From JavaScript basics to advanced React topics, you can build practical skills step by step.
Before learning React, let's review the important features of modern JavaScript (ES6 and later). You use this knowledge frequently in React development.
In this chapter, you set up the Vite + React + TypeScript development environment.
In this chapter, you learn the basic concepts of TypeScript and how to set up a development environment.
In this chapter, you create your first TypeScript program and experience compiling and running it.