A few updates: - Next.js 10 introduced an Image component and built-in image optimization: nextjs.org/docs/basic-features/image-optimization - If you don't want to manage meta tags yourself, you can use a library like `next-seo`: www.npmjs.com/package/next-seo
Hi Lee, love your work! Question: I noticed that you don't use image optimization on the latest version of Mastering Next github.com/leerob/mastering-nextjs/. You also don't seem to optimize images on your blog, leerob.io - I'm just curious if there's a good reason, are you working on a better approach for handling images? :-)
I have ImgBot running on my blog and for the new Mastering Next.js site, I manually optimized the images with ImageOptim before I pushed them to GitHub. However, there's a new Image component being built into Next.js to will also support image optimization that should launch soon!
A few updates:
- Next.js 10 introduced an Image component and built-in image optimization: nextjs.org/docs/basic-features/image-optimization
- If you don't want to manage meta tags yourself, you can use a library like `next-seo`: www.npmjs.com/package/next-seo
Thanks for the update Lee!!
Thanks for the update, can you make a video doing same setup using next-seo?
Really appreciate this, Lee! Super helpful. I had no idea there was a favicon genereator site either. Amazing. Thanks!
Great video Lee, the topic of SEO and performance has always intrigued me about the web. Very informative!
Thanks for the great content! I'm coming to NextJS from the create-react-app world so this is helping me put the pieces together. #subscribed 😎
Man, what a good content, Thank you very much for teaching this, I'll share it with my friends that are learning Next!!
great video, you've mentioned a lot of useful tools, although I wish you linked them in the video's description
Fu***** awesome.... God blessed you Rob
This is very good content. Subscribed!
Next image component doesn't optimize svg image ? I tried it with png n jpg I get webp on my websites and reduced size but it's not with svg saldy
So helpful, thanks.
"GIF or JIF if you're a psycho" 😂
Hey Lee, I didn't get the usage of page.js in your repo, can you tell us a bit about using it, ?
BTW, the whole course is awesome!
Page could also be called "Layout" or similar. It's just a way to componentize shared pieces between different pages.
Thank you!
@@leerob can you upload the code in your repo? pls
Thank You
Thank you
Hi Lee, love your work! Question: I noticed that you don't use image optimization on the latest version of Mastering Next github.com/leerob/mastering-nextjs/. You also don't seem to optimize images on your blog, leerob.io - I'm just curious if there's a good reason, are you working on a better approach for handling images? :-)
I have ImgBot running on my blog and for the new Mastering Next.js site, I manually optimized the images with ImageOptim before I pushed them to GitHub.
However, there's a new Image component being built into Next.js to will also support image optimization that should launch soon!
Thanks!
Does this channel have a discord server?