https://github.com/bradbyte/react-0.14-iso-test
An isomorphic test app for react 0.14 and react-router 1.0.
https://github.com/bradbyte/react-0.14-iso-test
Last synced: about 1 year ago
JSON representation
An isomorphic test app for react 0.14 and react-router 1.0.
- Host: GitHub
- URL: https://github.com/bradbyte/react-0.14-iso-test
- Owner: bradbyte
- Created: 2015-10-05T17:49:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T20:54:22.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T16:27:43.451Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React 0.14 Isomorphic Test App
## Demo
[View Demo](http://react-014-iso-demo.herokuapp.com)
## Objectives
1. Create an isomorphic app using React and React Router
2. Dynamically fetch data before mounting the matched components on the server
## Uses
- React 0.14.0
- Reat Router 1.0.0 RC2
## Server Side
TODO