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 |
Tags
- JavaScript
- SSR
- CLASS
- blockchain
- evm
- Props
- hardhat
- node.js
- middleware
- bitcoin
- graphQL
- CSS
- Redux
- Ethereum
- HTML
- express.js
- nextJS
- REACT
- useState
- error
- API
- built in object
- tailwindcss
- 기준
- web
- concept
- 삶
- solidity
- Interface
- typeScript
Archives
- Today
- Total
목록lazy loading (1)
ReasonJun
Next.js : Dynamic Import (Lazy Loading)
Lazy loading in Next.js is a feature that allows you to defer the loading of components and libraries until they are needed. This can improve the initial loading performance of your application by decreasing the amount of JavaScript that needs to be loaded. There are two ways you can implement lazy loading in Next.js: Using Dynamic Imports with next/dynamic Using React.lazy() with Suspense Dynam..
Frontend/Next.js
2023. 6. 20. 19:12