Skip to content

Commit e0a341f

Browse files
authored
Merge pull request #3820 from jherr/master
2 parents ca71480 + ae83d4a commit e0a341f

File tree

4 files changed

+437
-2
lines changed

4 files changed

+437
-2
lines changed

docs/tutorials/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The [**Redux Toolkit Quick Start tutorial**](./quick-start.mdx) briefly shows ho
3131

3232
We also have a [**TypeScript Quick Start tutorial**](./typescript.md) that briefly shows how to set up and use TypeScript with Redux Toolkit and React-Redux.
3333

34+
If you are using Next.js we have a tutorial specific to using Redux Toolkit with Next.js [**Next.js tutorial**](../usage/nextjs.mdx).
35+
3436
## Redux Essentials: A Real-World Example
3537

3638
The [**Redux Essentials tutorial**](https://redux.js.org/tutorials/essentials/part-1-overview-concepts) teaches you "how to use Redux the right way", using Redux Toolkit as the standard approach for writing Redux logic.

0 commit comments

Comments
 (0)