일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- CLASS
- built in object
- REACT
- node.js
- 기준
- SSR
- nextJS
- JavaScript
- Redux
- middleware
- API
- hardhat
- Interface
- web
- solidity
- evm
- HTML
- concept
- express.js
- 삶
- tailwindcss
- useState
- graphQL
- Props
- Ethereum
- blockchain
- typeScript
- error
- bitcoin
- CSS
- Today
- Total
목록ssg (2)
ReasonJun
Here are some examples of pages that are good candidates for SSG: Blog posts: Blog posts are typically static content that does not change frequently. SSG can be used to generate blog posts at build time, which can improve performance and ensure that your blog posts are indexed by search engines. Portfolios: Portfolios are another type of static content that can benefit from SSG. SSG can be used..
SSG and ISR are two different ways of rendering web pages. SSG stands for Static Site Generation, and ISR stands for Incremental Static Regeneration. SSG is a technique where the pages of a website are rendered on the server before the user requests them. This means that the pages are pre-rendered and served to the user as static files. SSG has a number of benefits, including: Faster page load t..