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

Commit cb2d7f0

Browse files
committed
Add note about upcoming changes.
1 parent b6a9c1b commit cb2d7f0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,7 @@ View the [CHANGELOG](https://github.com/rackt/react-router-redux/blob/master/CHA
2222

2323
Read the [API docs](#api) farther down this page.
2424

25-
##### _What about redux-router?_
26-
27-
[redux-router](https://github.com/rackt/redux-router) is another project which solves the same problem. However, it's far more complex. Take a quick look at [the code for this library](https://github.com/rackt/react-router-redux/blob/master/src/index.js)—it's extremely minimal. redux-router is much bigger and more complex.
28-
29-
That said, redux-router is a fine project and has features this doesn't provide. Use it if you like it better.
30-
31-
**Compared with redux-router:**
32-
33-
* Much smaller and simpler. You don't need to learn another library on top of everything else.
34-
* We encourage direct access of react-router APIs. Need server-side rendering, or something else advanced? Just read react-router's docs.
35-
* We only put the current location in state, whereas redux-router stores the entire router state, which includes router-specific things like params.
25+
**Note:** We are [currently discussing some major changes](https://github.com/rackt/react-router-redux/issues/257) to the library. [React Router's API in 2.0](https://github.com/rackt/react-router/blob/master/upgrade-guides/v2.0.0.md) is significantly improved and obseletes the need for things like action creators and reading location state from the Redux. This library is still critical to enable things like time traveling and persisting state, so we're not going anywhere. But in many cases, you may not need this library and can simply use the provided React Router APIs. Go check them out and drop some technical debt. :smile:
3626

3727
### Usage
3828

0 commit comments

Comments
 (0)