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
- node.js
- Interface
- hardhat
- error
- express.js
- typeScript
- CSS
- built in object
- blockchain
- SSR
- CLASS
- Redux
- evm
- JavaScript
- web
- Ethereum
- REACT
- API
- graphQL
- middleware
- 기준
- bitcoin
- useState
- Props
- tailwindcss
- concept
- 삶
- solidity
- HTML
- nextJS
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