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

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

Awesome Lists containing this project

README

          

# Reactive [![Build Status](https://travis-ci.org/unfold/reactive.png?branch=master)](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
```