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

Commit 0f85508

Browse files
committed
The artist formerly known as redux-simple-router
Fixes #249
1 parent 0d20158 commit 0f85508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

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

7+
_Formerly known as redux-simple-router_
8+
79
[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.
810

911
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.

0 commit comments

Comments
 (0)