|
@@ -3,10 +3,10 @@ React Router Tutorial
|
|
|
|
|
|
Quick lessons for getting up-to-speed with React Router.
|
|
Quick lessons for getting up-to-speed with React Router.
|
|
|
|
|
|
-See [01-setting-up.md](/lessons/01-setting-up.md) to get started.
|
|
|
|
|
|
+See [Lesson 1 - Setting Up](/lessons/01-setting-up/) to get started.
|
|
|
|
|
|
-Each lesson has a commit for the final code so you can `git checkout
|
|
|
|
-<previous lesson final sha>` before starting a new one if you'd like.
|
|
|
|
|
|
+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.
|
|
Missing stuff that will come eventually, hopefully ... maybe.
|
|
|
|
|
|
@@ -15,4 +15,3 @@ Missing stuff that will come eventually, hopefully ... maybe.
|
|
- code splitting
|
|
- code splitting
|
|
- location state
|
|
- location state
|
|
- data integration
|
|
- data integration
|
|
-
|
|
|