A custom clone of the React Router tutorial.

Pooya Jaferian d512c5ab51 added node_modules and DS_Store to the gitignore file před 10 roky
lessons 50f7f54033 Add in lessons před 10 roky
modules a55bcb8384 Lesson 13 Final před 10 roky
public 7f336847ce Lesson 11 Final před 10 roky
.gitignore d512c5ab51 added node_modules and DS_Store to the gitignore file před 10 roky
README.md 50f7f54033 Add in lessons před 10 roky
index.js a55bcb8384 Lesson 13 Final před 10 roky
package.json a55bcb8384 Lesson 13 Final před 10 roky
server.js a55bcb8384 Lesson 13 Final před 10 roky
webpack.config.js 7f336847ce Lesson 11 Final před 10 roky
webpack.server.config.js a55bcb8384 Lesson 13 Final před 10 roky

README.md

React Router Tutorial

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

See 01-setting-up.md 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.

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