Redux Router. Keep your app's navigation state in the same place as everything else.

github.com/acdlite/redux-router

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2016
  • 2.1.2
  • Merge pull request #267 from halt-hammerzeit/master
  • corrected typo
  • refactored tests: split them into separate test cases
  • Tests on Invalid prop supplied to ReduxRouterContext
  • 2.1.1
  • Merge pull request #265 from acdlite/fix/routing-context-proptype
  • fix(ReduxRouter): use imported Component
  • Merge pull request #264 from acdlite/fix/missing-server.js
  • fix(ReduxRouter): update RoutingContext PropType
  • fix(package.json): add server.js to npm files array
  • 2.1.0
  • Merge pull request #258 from Morfent/umd
  • Add UMD build scripts
June 2016
  • docs(readme): update readme according to new version
  • chore(version): remove beta tag from version
  • Merge pull request #257 from moimael/master
  • Fix casing of pathname parameter in README
May 2016
  • Merge pull request #255 from ianks/master
April 2016
  • Pass correct key for stringifyQuery in createAppHistory
January 2016
  • Release —Another version comes along! (1.0.0-beta6)
December 2015
  • Release —v1.0.0-beta5
September 2015
  • Release —getRoutes() is back
  • Release —Dynamic Route Configuration or: How I Learned to Stop Worrying and Love Circular Dependencies
July 2015
  • Release —Fix extra dispatch after external state change