✨You can check and grab the custom Vite plugin from this repo: github.com/ipenywis/react-fast-img
@okadz7037 Жыл бұрын
حبيبي ياه خوك من الجلفة 🇩🇿 الله يوفقك ❤
@lukas.webdev Жыл бұрын
A very helpful concept ... thanks for sharing with the community! Keep it up! 😉
@naimurrahman9979 Жыл бұрын
This video is super useful, thumbs up for that 👍
@zedobeleleu Жыл бұрын
Thank you for sharing this content! Keep going, please 😊
@thisishabib744 Жыл бұрын
Love form Bangladesh 🇧🇩🇧🇩🇧🇩
@tanercoder1915 Жыл бұрын
VW stands for viewport width not virtual.
@lukas.webdev Жыл бұрын
👍
@LuisSCuevas Жыл бұрын
Thanks!
@aspirine17 Жыл бұрын
Can you please make a video how to set up google auth with next auth and nest js backend, because all tutorials use db connector directly in next without any backend
@bernard3992 Жыл бұрын
Quick question @CoderOne , Since the workaround you made for react is a vite plugin , does that mean the solution only works in development . . .as Vite only stays in play during development ( it's dev server and building )
@abdeldjalil.hachimi Жыл бұрын
Great Content keep going!
@irfansyahmalfaris3382 Жыл бұрын
very nicee, can i use the plugin in cra?
@kakun7238 Жыл бұрын
what if the images are fetched from a cms instead of assets
@CoderOne Жыл бұрын
That will require a server/cms setup to serve different resolutions of images or simply using a CDN
@sauravgupta4557 Жыл бұрын
NextJS Image component is very helpful for local assets but if you've your images stored in a CDN then NextJS Image generates the images on the server side which defeats the purpose of using a CDN with an efficient cache policy. If somebody knows a solution I'm all ears.