Skip to content

Commit c633511

Browse files
authored
Update Readme.md
1 parent b01ddc5 commit c633511

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,12 @@ On the client side, we'll add a parameter to `<Link>` so that it _decorates_ the
316316
It’s up to you. `getInitialProps` is an `async` function (or a regular function that returns a `Promise`). It can retrieve data from anywhere.
317317
</details>
318318

319+
<details>
320+
<summary>Can I use it with Redux?</summary>
321+
322+
Yes! Here's an [example](https://github.com/zeit/next.js/wiki/Redux-example)
323+
</details>
324+
319325
<details>
320326
<summary>Why does it load the runtime from a CDN by default?</summary>
321327

0 commit comments

Comments
 (0)