Skip to main content

5 docs tagged with "getting-started"

View all tags

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.

JavaScript basics (ES6+)

Before learning React, let's review the important features of modern JavaScript (ES6 and later). You use this knowledge frequently in React development.

What is TypeScript? Setup

In this chapter, you learn the basic concepts of TypeScript and how to set up a development environment.