Introduction: Creating React Frontend with Typescript

An overview of building Q&A React frontend with TypeScript.

We'll cover the following

Overview

In this chapter, we will start to build the “Q&A” React frontend with TypeScript by creating a function-based component that shows the home page in the app. This will show the most recent questions being asked in a list. As part of this, we’ll take the time to understand strict mode and JSX. We’ll then move on and create more components using props to pass data between them. At the end of the chapter, we’ll start to understand component state and how it can make components interactive, along with events.

Get hands-on with 1200+ tech skills courses.