North Dallas Developers Online Curricula

Hands-On React

Introduction

In this part of the lab we will get familiar with create-react-app and making basic React components.

Section 1: The Tour

In this section we take a look around an app created with create-react-app.

Activity

Video

Section 2: Our First Component

Here we’ll create our first component.

Activity

This is what we’re going to build today.

Video

Section 3: Introducing Props

Props allow you to pass values into components, an essential bit of knowledge.

Activity

Video