250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Props
- JavaScript
- blockchain
- web
- CSS
- node.js
- evm
- hardhat
- CLASS
- SSR
- API
- nextJS
- Redux
- REACT
- solidity
- 삶
- bitcoin
- useState
- typeScript
- express.js
- Interface
- graphQL
- tailwindcss
- error
- HTML
- Ethereum
- middleware
- concept
- 기준
- built in object
Archives
- Today
- Total
목록Dynamic Routing (1)
ReasonJun

Dynamic Routing pages/product/first-item pages/category/[slug].js => /category/:slug (ex. /category/food ) pages/[username]/info.js => /:username/info (ex. /youjun/info ) pages/cart/[...slug].js => /cart/* (ex. /cart/2022/06/24 ) useRouter / query Multiple Slug pages/[username]/[info].js const { username, info } = router.query pages/cart/[...slug].js const { slug } = router.query => array Option..
Frontend/Next.js
2023. 6. 18. 18:40