Update Readme.md

This commit is contained in:
Guillermo Rauch 2016-10-25 12:34:14 +02:00 committed by GitHub
parent b01ddc5544
commit c633511a2e

View file

@ -316,6 +316,12 @@ On the client side, we'll add a parameter to `<Link>` so that it _decorates_ the
Its up to you. `getInitialProps` is an `async` function (or a regular function that returns a `Promise`). It can retrieve data from anywhere.
</details>
<details>
<summary>Can I use it with Redux?</summary>
Yes! Here's an [example](https://github.com/zeit/next.js/wiki/Redux-example)
</details>
<details>
<summary>Why does it load the runtime from a CDN by default?</summary>