unfold / reactive

React client/server example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactive Build Status

Sample React application.

Features

  • Server and client rendering
  • Shared routing table with HTML5 History API 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

$ npm start

Running tests

$ npm test

About

React client/server example


Languages

Language:JavaScript 100.0%