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