0.3.2 • Published 10 years ago
fluxible-router-oom v0.3.2
Fluxible Router
Isomorphic Flux routing for applications built with Fluxible.
$ npm install --save fluxible-routerDocs
Features
- Isomorphic routing
- Follows Flux flow
- Higher order components for handling history and routes
navigateActionfor changing routes- Updated for React 0.14
Required Polyfills
addEventListener and removeEventListener polyfills are provided by:
- Compatibility code example on Mozilla Developer Network
- A few DOM polyfill libaries listed on Modernizer Polyfill wiki page.
Array.prototype.reduce and Array.prototype.map (used by dependent library, query-string) polyfill examples are provided by:
- Mozilla Developer Network Array.prototype.reduce polyfill
- Mozilla Developer Network Array.prototype.map polyfill
Object.assign
You can also look into this polyfill.io polyfill service.
Compatible React Versions
| Compatible React Version | fluxible-router Version |
|---|---|
| 0.14 | >= 0.3.x |
| 0.13 | <= 0.2.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.
0.3.2
10 years ago
