๐ก TIL 20230824 - import { useRouter } from “next/router”์ “next/navigation” ์ฐจ์ด
next.js 13์์์ useRouter ํ
useRouter๋ next/router์์๋ง ๋ถ๋ฌ์์ผ ํ๋ ์ค ์์๋๋ฐ, ์๊พธ importํ๋ ค๋ฉด next/router์ next/navigation ๋ ๊ฐ์ง๊ฐ ๋ ์ ๊ถ๊ธํ๊ธฐ๋ ํ๊ณ ์ค๋ ์์ ๊ฐ์ ์๋ฌ๋ฅผ ๋ง์ฃผํด์ ์ฐพ์๋ณด์๋ค!
๋์ ์ฐจ์ด๋ ๋ฌด์?
useRouter from next/route
- Page router์ผ๋ก ๋ผ์ฐํ ์ ์ฌ์ฉ
useRouter from next/navigation
- v13 ์ดํ App router์ผ๋ก ๋ผ์ฐํ ์ ์ฌ์ฉ
Next.js 13 App router
์ด๋ฒ์ ์งํ ์ค์ธ ํ๋ก์ ํธ๋ App router๋ก ์งํ ์ค์ด๋ผ์ next/route๊ฐ ์๊พธ ์๋ฌ๊ฐ ๋ฌ๋ ๊ฒ..!
์ฐธ๊ณ ์ฌ์ดํธ
stackoverflow - What's the difference between next/router and next/navigation?
'โ๏ธ What I Learned > TIL' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[TIL] react-hook-form mode (0) | 2023.08.30 |
---|---|
[TIL] ์ผ์์ ์ฌ๊ฐ์ง๋ TDZ(Temporal Dead Zone) (0) | 2023.08.26 |
[TIL] Prisma, Planet scale ์ ์ ๋ฐ ์ฐ๊ฒฐ ๋ฐฉ๋ฒ (0) | 2023.08.22 |
[TIL] Prisma์ ๋ํด (0) | 2023.08.20 |
[TIL] Tailwind CSS ์ฅ๋จ์ , ์ฐ์ต์์ (0) | 2023.08.19 |