Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Add hint about using this in combination with react-router.
  • Loading branch information
Treora authored Sep 16, 2017
1 parent 1461ad4 commit 96784cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Any changes to the store state are reflected in the URL. Vice versa, if the URL

Similar modules exist, which you might prefer in some scenarios:

- If you already use [React Router][], also have a look at [react-router-redux-sync][].
- If you already use [React Router][], also have a look at [react-router-redux-sync][]. If you prefer combining React Router with redux-query-sync, ensure you pass them the same `history` instance (see this [explanation](https://github.com/Treora/redux-query-sync/issues/13#issuecomment-327361957)).
- If you use React without Redux, try [react-url-query][].

Otherwise, keep reading.
Expand Down

0 comments on commit 96784cb

Please sign in to comment.