Skip to content

Commit 354844b

Browse files
authored
Merge pull request #2050 from pkova/patch-1
Fix typo in UsageWithReactRouter.md
2 parents 7556731 + 7286d06 commit 354844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/UsageWithReactRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage with React Router
22

3-
So you want to do routing with your Redux app. You can use it with [React Router](https://github.com/reactjs/react-router). Redux will be the source of truth for your data and React Router will be the source of truth for your URL. In most of the cases, **it is fine** to have them separate unless if you need to time travel and rewind actions that triggers the change URL.
3+
So you want to do routing with your Redux app. You can use it with [React Router](https://github.com/reactjs/react-router). Redux will be the source of truth for your data and React Router will be the source of truth for your URL. In most of the cases, **it is fine** to have them separate unless you need to time travel and rewind actions that triggers the change URL.
44

55
## Installing React Router
66
`react-router` is available on npm . This guides assumes you are using `react-router@^2.7.0`.

0 commit comments

Comments
 (0)