Next/Image vs Img in Next.js #nextjs #nextjstutorial #nextjs14 #reactjs

preview_player
Показать описание


📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

Anytime i come across your youtube short, I like that video before even watching. I've learnt alot from you

artistejiro
Автор

to make it easy to understand, Image component is optimized when build, that's why when you're using Image and see the src, it is pointing out to /next/image or something like that and the image is really fast to load and cached, it is better than using img because it is not optimized and still load the src from the raw file

ban_droid
Автор

Yo Man, you taught me Android, Unity, ReactJS now Next JS, thanks

udhayarajan_m
Автор

Pls can u make a video about deploying a nextjs application to an EC2 instance

killerdroid
Автор

So using Image component makes the intrinsic size of image smaller as well on smaller device width?

yashsolanki