Implement Next.js 10 next/image Component for Image Optimization

Sudeep Timalsina
6 min readFeb 2, 2021

Next.js 10 has come up with an exciting feature for built-in Image Component and Automatic Image Optimization. Next.js Image Component is the extension of <img> element of HTML, for modern web. The Automatic Image Optimization allows for resizing, optimizing and serving images in modern web formats like Webp, when browser supports it.
We will discuss and implement the Next.js…

--

--