Skip to content

Commit ae83d4a

Browse files
committed
Edits to the new Next.js page
- Updated title - Changed "NextJS" to "Next.js" to match their naming - Added recommendation on folder structure - Updated examples to match that folder structure - Added typed hooks setup and usage - Renamed `StoreType` to `AppStore` - Updated store init to always use `if (!storeRef.current)` - Updated section headers - Added "RTKQ doesn't do SSR yet" callout
1 parent bfe72c0 commit ae83d4a

File tree

4 files changed

+176
-81
lines changed

4 files changed

+176
-81
lines changed

docs/tutorials/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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 NextJS we have a tutorial specific to using Redux Toolkit with NextJS [**NextJS tutorial**](./nextjs.mdx).
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).
3535

3636
## Redux Essentials: A Real-World Example
3737

0 commit comments

Comments
 (0)