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

getStaticPaths getStaticPaths is a Next.js function that allows you to pre-generate a list of paths for your pages. This can be useful for pages that have dynamic routes, such as blog posts or product pages. The getStaticPaths function is called once during the build process, and the results are cached. This means that the next time a user visits a page, the pre-generated list of paths will be u..
Frontend/Next.js
2023. 6. 17. 02:30