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
- Interface
- CSS
- blockchain
- Redux
- Props
- express.js
- 삶
- 기준
- node.js
- built in object
- API
- useState
- tailwindcss
- concept
- graphQL
- typeScript
- error
- hardhat
- evm
- REACT
- nextJS
- JavaScript
- bitcoin
- Ethereum
- solidity
- HTML
- SSR
- middleware
- web
Archives
- Today
- Total
목록Automatic Static Optimization (1)
ReasonJun
Next.js : Automatic Static Optimization (ASO)
Automatic Static Optimization (ASO) is a feature of Next.js that automatically pre-renders pages that do not have any blocking data requirements. This means that the pages will be rendered to static HTML at build time, which can improve the initial loading performance of your application. ASO is enabled by default in Next.js, so you do not need to do anything to use it. However, there are a few ..
Frontend/Next.js
2023. 6. 20. 19:15