Skip to content

rferrerme/react-router-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

React Router Tutorial

This forked repository contains changes in Lesson 13 - Server Rendering. That code corresponds actually to the result of Lesson 12 - Navigating, which can be considered the end of the tutorial if you exclude the Server Rendering part.

The changes enable the deployment in a different root other than "/". That would be useful if you are e.g. composing multiple servers and you want them to have different roots.

--

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
  • egghead.io videos
  • code splitting
  • location state
  • data integration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • HTML 7.3%
  • CSS 0.8%