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
- collapsing-margins
- foreach()
- prompt()
- createElement
- scope
- valuable
- var
- classList
- CSS
- package.json
- box-shadow
- css#cascading#display#block#inline
- react-hook-form
- Grid
- grid-row-start
- variables
- grid-column-start
- python #qqplot #qq-plot #code
- gird-row-end
- className
- border-style
- grid-template-areas
- javascript
- mongodb
- relative
- confirm()
- grid-column-end
- localStorage
- javascipt
- React
Archives
- Today
- Total
목록2023/12 (1)
data life
[Next.js] Next.js에서 이미지 태그를 안쓰는 이유
Next.js에서 img 태그 사용 시, 다음과 같은 문구를 보신 적이 있으실 겁니다. Using `` could result in slower LCP and higher bandwidth. Consider using `` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. 📌 Image Component & Image Optimization Next.js에서는 이미지를 자동으로 최적화시켜 주어 따로 처리해주지 않아도 되도록 해줍니다. 이미지 컴포넌트인 `next/image`는 모던 웹용으로 발전된 HTML img 태그의 확장입니다. 해당에는 우수한 Core..
Front-end
2023. 12. 5. 17:29