Skip to content

Commit c9b504f

Browse files
authored
docs: add Next.js App Router HN demo (#2562)
1 parent 1dbe400 commit c9b504f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/nextjs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,15 @@ Jotai provides SWC plugins for better DX while developing with Next.js. [Find mo
8787

8888
#### HN Posts
8989

90+
Page Router demo:
91+
9092
<Stackblitz
9193
id="stackblitz-starters-cnz9lg"
9294
file="store%2Findex.ts,pages%2F_app.tsx,pages%2Findex.tsx"
9395
/>
9496

97+
App Router [demo on Stackblitz](https://stackblitz.com/edit/jotai-nextjs-app-router-demo?file=store%2Findex.ts,app%2Flayout.tsx,components%2FPost.tsx,app%2Fpage.tsx)
98+
9599
#### Next.js repo
96100

97101
```bash

0 commit comments

Comments
 (0)