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
- CLASS
- Props
- CSS
- nextJS
- Ethereum
- hardhat
- Redux
- graphQL
- useState
- blockchain
- error
- concept
- SSR
- 기준
- evm
- JavaScript
- bitcoin
- middleware
- web
- express.js
- Interface
- 삶
- solidity
- tailwindcss
- typeScript
- HTML
- API
- built in object
- REACT
- node.js
Archives
- Today
- Total
목록Draft Mode (1)
ReasonJun
Next.js : Draft Mode
What is Draft Mode? Draft Mode is a feature that lets you switch from static rendering to dynamic rendering for specific pages that fetch data from a headless CMS. Static rendering means that your pages are pre-rendered at build time and served as static HTML files. Dynamic rendering means that your pages are rendered on-demand at request time and fetch the latest data from your data source. Sta..
Frontend/Next.js
2023. 6. 20. 18:29