An open API service indexing awesome lists of open source software.

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.

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