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

Commit ae13e47

Browse files
committed
We store the entire location now.
1 parent 08ade92 commit ae13e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ That said, redux-router is a fine project and has features this doesn't provide.
3030

3131
* Much smaller and simpler. You don't need to learn another library on top of everything else.
3232
* We encourage direct access of react-router APIs. Need server-side rendering, or something else advanced? Just read react-router's docs.
33-
* We only store current URL and state, whereas redux-router stores the entire location object from react-router.
33+
* We only put the current location in state, whereas redux-router stores the entire router state, which includes router-specific things like params.
3434

3535
### Usage
3636

0 commit comments

Comments
 (0)