Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
The artist formerly known as redux-simple-router
Browse files Browse the repository at this point in the history
Fixes #249
  • Loading branch information
timdorr committed Jan 31, 2016
1 parent 0d20158 commit 0f85508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**Let react-router do all the work** :sparkles:

_Formerly known as redux-simple-router_

[Redux](https://github.com/rackt/redux) is awesome. [React Router](https://github.com/rackt/react-router) is cool. The problem is that react-router manages an important piece of your application state: the URL. If you are using redux, you want your app state to fully represent your UI; if you snapshotted the app state, you should be able to load it up later and see the same thing.

react-router does a great job of mapping the current URL to a component tree, and continually does so with any URL changes. This is very useful, but we really want to store this state in redux as well.
Expand Down

0 comments on commit 0f85508

Please sign in to comment.