From f0e09dbbd71de913dbcc627ca9fd0d5161e16eff Mon Sep 17 00:00:00 2001 From: David Zukowski Date: Fri, 12 Feb 2016 12:37:32 -0500 Subject: [PATCH] docs(readme): add example migration from ^3.0.0 Includes a link to a commit migrating `^3.0.0` to `^4.0.0-beta`. Will update further once it's officially released. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f3cbe..b0371a6 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ store.dispatch(push('/foo')) Examples from the community: -- None yet, since we just released a new version :smile: +* [davezuko/react-redux-starter-kit](https://github.com/davezuko/react-redux-starter-kit) - popular redux starter kit + * **tip**: migrating from react-router-redux `^3.0.0`? use [this commit](https://github.com/davezuko/react-redux-starter-kit/commit/0df26907dce6b2cf52f4f3d63fdce092188de139) as a reference → _Have an example to add? Send us a PR!_ ←