https://github.com/unfold/reactive
React client/server example
https://github.com/unfold/reactive
Last synced: over 1 year ago
JSON representation
React client/server example
- Host: GitHub
- URL: https://github.com/unfold/reactive
- Owner: unfold
- Created: 2014-02-06T07:59:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T10:17:35.000Z (over 12 years ago)
- Last Synced: 2023-03-14T12:16:57.669Z (over 3 years ago)
- Language: JavaScript
- Size: 793 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive [](https://travis-ci.org/unfold/reactive)
Sample [React](http://facebook.github.io/react) application.
## Features
- Server and client rendering
- Shared routing table with [HTML5 History API](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history) support for modern browsers
- Support for asynchronous data loading on both server and client
- Metadata support (title, description, fb: etc.) on initial server render
- Test harness for both server and client
## Running the server
```bash
$ npm start
```
## Running tests
```bash
$ npm test
```