From c633511a2ea88d5b39c342a5b7ca44642926c86a Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 25 Oct 2016 12:34:14 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 86418d2ee7..03e0d9c53a 100644 --- a/Readme.md +++ b/Readme.md @@ -316,6 +316,12 @@ On the client side, we'll add a parameter to `` so that it _decorates_ the It’s up to you. `getInitialProps` is an `async` function (or a regular function that returns a `Promise`). It can retrieve data from anywhere. +
+Can I use it with Redux? + +Yes! Here's an [example](https://github.com/zeit/next.js/wiki/Redux-example) +
+
Why does it load the runtime from a CDN by default?