8000 GitHub - mark-conn/universal-react-tutorial: :notebook: How to build universal web apps with React.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mark-conn/universal-react-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal React Tutorial

A tutorial on building universal web applications.

The web application is built with:

Download

$ git clone https://github.com/remarkablemark/universal-react-tutorial.git
$ cd universal-react-tutorial

Tutorials

1. Server-side rendering with React:

$ git checkout v1
$ npm install
$ npm start

2. Building a universal/isomorphic app with React:

$ git checkout v2
$ npm install
$ npm start

3. Passing props in a universal React web app:

$ git checkout v3
$ npm install
$ npm start

4. Server-side routing with react-router:

$ git checkout v4
$ npm install
$ npm start

5. Client-side routing with react-router (Part 1):

$ git checkout v5
$ npm install
$ npm start

6. Client-side routing with react-router (Part 2):

$ git checkout v6
$ npm install
$ npm start

7. Universal rendering with React and Redux:

$ git checkout v7
$ npm install
$ npm start

License

MIT

About

📓 How to build universal web apps with React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.7%
0