A custom clone of the React Router tutorial.

Tim Dorr 9875c4dc15 Merge pull request #124 from boriskaiser/patch-2 9 年 前
lessons 9875c4dc15 Merge pull request #124 from boriskaiser/patch-2 9 年 前
.gitignore d512c5ab51 added node_modules and DS_Store to the gitignore file 9 年 前
README.md 4e5eb34864 Change tutorial structure to individual folders for each lesson 9 年 前

README.md

React Router Tutorial

Quick lessons for getting up-to-speed with React Router.

See Lesson 1 - Setting Up to get started.

Each lesson is a fully runnable app with all code from the previous lesson, so you can cd lessons/<lesson-folder>, npm install, and then run the appropriate NPM scripts for each lesson from within the lesson folder.

Missing stuff that will come eventually, hopefully ... maybe.

  1. an app that isn't completely pointless
  2. egghead.io videos
  3. code splitting
  4. location state
  5. data integration