From 99f433953c4bb7befb695d0f374eeb59d8f85624 Mon Sep 17 00:00:00 2001 From: Buck DeFore Date: Fri, 1 Jan 2016 15:06:05 -0800 Subject: [PATCH] add example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a0275f..35928a9 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Examples from the community: * [freeqaz/redux-simple-router-example](https://github.com/freeqaz/redux-simple-router-example) - example implementation * [choonkending/react-webpack-node](https://github.com/choonkending/react-webpack-node) - boilerplate for universal redux and react-router * [tj/frontend-boilerplate](https://github.com/tj/frontend-boilerplate) +* [bdefore/universal-redux](https://github.com/bdefore/universal-redux) - npm package for universally rendered redux applications _Have an example to add? Send us a PR!_