From f0da304a7cee7c5dca2675c16229408ed85bb1dd Mon Sep 17 00:00:00 2001 From: rodik Date: Fri, 22 Jan 2016 01:47:51 +0200 Subject: [PATCH] simple-router branch reference in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2e886db4a..ac68ccbc0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ --- +## Next version + +It is located in [simple-router](https://github.com/erikras/react-redux-universal-hot-example/tree/simple-router) branch. +Nex version will use: + +* [redux-async-connect](https://github.com/Rezonans/redux-async-connect) instead of @connectData decorator +* [react-router v2.0.x](https://github.com/rackt/react-router) (update to new version) +* [redux-simple-router](https://github.com/rackt/redux-simple-router) instead of redux-router + +This branch is been tested now, welcome to try it. + ## About This is a starter boilerplate app I've put together using the following technologies: