From 1a5705fb39331a63b84abc313922d8a3810f1a6d Mon Sep 17 00:00:00 2001 From: Pablo Navarro Date: Wed, 3 Jan 2018 09:41:11 -0800 Subject: [PATCH 1/2] Fix a markdown link (#619) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dcf488..bd0a3ba 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,7 @@ The `options` object takes in the following optional keys: **You must install `routerMiddleware` for these action creators to work.** -Action creators that correspond with the [history methods of the same name] -(https://github.com/ReactTraining/history/blob/v3/docs/GettingStarted.md#navigation). For reference they are defined as follows: +Action creators that correspond with the [history methods of the same name](https://github.com/ReactTraining/history/blob/v3/docs/GettingStarted.md#navigation). For reference they are defined as follows: - `push` - Pushes a new location to history, becoming the current location. - `replace` - Replaces the current location in history. From afe0aa1b355f1ba2e54ea6a8e683695d9575dca4 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Fri, 26 Oct 2018 11:42:15 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd0a3ba..41145ee 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# We're moving! +# Project Deprecated -react-router-redux is going to live alongside react-router. In fact, it's already set up over there. [Go take a look!](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-redux) +This project is no longer maintained. For your Redux <-> Router syncing needs with React Router 4+, please see one of these libraries instead: -**This repo is for react-router-redux 4.x, which is only compatible with react-router 2.x and 3.x** +* [connected-react-router](https://github.com/supasate/connected-react-router) -The next version of react-router-redux will be 5.0.0 and will be compatible with react-router 4.x. It is currently being actively developed [over there](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-redux). Feel free to help out! +--- + +⚠️ **This repo is for react-router-redux 4.x, which is only compatible with react-router 2.x and 3.x** # react-router-redux