0.2.2-fork • Published 9 years ago

@info.nl/fluxible-router-fork v0.2.2-fork

Weekly downloads
-
License
-
Repository
github
Last release
9 years ago

Fluxible Router

NPM version Build Status Coverage Status Dependency Status devDependency Status

Isomorphic Flux routing for applications built with Fluxible.

$ npm install --save fluxible-router

Gitter chat

Docs

Features

  • Isomorphic routing
  • Follows Flux flow
  • Higher order components for handling history and routes
  • navigateAction for changing routes
  • Updated for React 0.13

Required Polyfills

addEventListener and removeEventListener polyfills are provided by:

Array.prototype.reduce and Array.prototype.map (used by dependent library, query-string) polyfill examples are provided by:

You can also look into this polyfill.io polyfill service.

Compatible React Versions

Compatible React Versionfluxible-router Version
0.13>= 0.1.x

License

This software is free to use under the Yahoo Inc. BSD license. See the LICENSE file for license text and copyright information.

Third-party open source code used are listed in our package.json file.