Tutorial: Intro To React - React

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Tutorial: Intro to React – React https://reactjs.org/tutorial/tutorial.

html

Tutorial: TUTORIAL

Before We Start the Tutorial

Intro to What Are We Building?


Prerequisites

React
Setup for the Tutorial
Option 1: Write Code in the
Browser
Option 2: Local Development
Environment
Help, I'm Stuck!
This tutorial doesn’t assume any existing
Overview
React knowledge.
What Is React?
Inspecting the Starter Code
Passing Data Through Props
Making an Interactive
Component
Before We Start the Tutorial
Developer Tools

We will build a small game during this Completing the Game


Lifting State Up
tutorial. You might be tempted to skip it
Why Immutability Is
because you’re not building games — but Important
give it a chance. The techniques you’ll learn Function Components
in the tutorial are fundamental to building Taking Turns
any React app, and mastering it will give you Declaring a Winner
a deep understanding of React. Adding Time Travel
Storing a History of Moves
Lifting State Up, Again
Tip Showing the Past Moves
This tutorial is designed for people who Picking a Key
prefer to learn by doing. If you prefer Implementing Time Travel
learning concepts from the ground up, Wrapping Up

1 of 2 12/05/2020, 22:04
Tutorial: Intro to React – React https://reactjs.org/tutorial/tutorial.html

TUTORIAL

Before We Start the Tutorial


What Are We Building?
Prerequisites
Setup for the Tutorial
Option 1: Write Code in the Browser
Option 2: Local Development Environment
Help, I'm Stuck!
Overview
What Is React?
Inspecting the Starter Code
Passing Data Through Props
Making an Interactive Component
Developer Tools
Completing the Game
Lifting State Up
Why Immutability Is Important
Function Components
Taking Turns
Declaring a Winner
Adding Time Travel
Storing a History of Moves
Lifting State Up, Again
Showing the Past Moves
Picking a Key
Implementing Time Travel
Wrapping Up

2 of 2 12/05/2020, 22:04

You might also like