Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 933 Bytes

File metadata and controls

25 lines (13 loc) · 933 Bytes

react-isorouter

This is an HTML5 window.history based router component for React 0.13, written in ECMAScript 2015 (also known as ES6) with full support for isomorphic rendering.

Documentation

This README will get you up and running quickly, but for more comprehensive usage documentation head to our documentation site.

Requirements

This library expects a couple of things for basic usage, the main one being some require() implementation for CommonJS module loading. We personally use Browserify, but Webpack will work nicely too. This library does not require ES6 to use, only to work on the source; the devDependencies should cover everything you need to hack on the (rather tiny) core.

Installation

Tbd.

Usage

Tbd.

License

MIT licensed, see LICENSE.md

© Studio None, 2015