Skip to content

sethreidnz/react-introduction-tutorial

Repository files navigation

Introduction to React

This repository has been created as an introduction to the main features of React and React Router. It was created using the Create React App.

All the code for this tutorial is in a repository which allows you to follow along coding by switching between branches. You can find the setup instructions in the README here.

After you installed the packages and run the app you can set your repository to the beginning with this command:

git checkout step-0

Each step of the tutorial will have the git command that you need to see the code changes as you go along.

Contents

  1. Introduction
  2. JSX
  3. First Component
  4. Converting HTML to JSX
  5. Stateless Functional Components
  6. Component Props
  7. Nesting Components
  8. Basic Routing
  9. More Routing
  10. Link Component
  11. Route Parameters
  12. Local Component State

About

Introductory tutorial for React and React Router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published