From 0cc155b2056c3887cc1ec7a9b50ccaa0f349ae04 Mon Sep 17 00:00:00 2001 From: James Gillmore Date: Fri, 16 Jun 2017 04:49:50 -0700 Subject: [PATCH] fix($readme): add link to redux-first-router --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f98b373..cfad973 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,13 @@ https://medium.com/@faceyspacey/code-cracked-for-code-splitting-ssr-in-reactland https://github.com/faceyspacey/webpack-flush-chunks -*and if you want stylesheets chunks:* +*and if you want stylesheet chunks:* https://github.com/faceyspacey/extract-css-chunks-webpack-plugin +*and if you want code-splitting support in your router:* +[redux-first-router](https://github.com/faceyspacey/redux-first-router) + Study [Webpack Flush Chunks](https://github.com/faceyspacey/webpack-flush-chunks) and its corresponding boilerplates to gain mastery of the webpack configuration you will need to bring this all together. ## Most Basic Example