Тёмный

Improve react Performance with React Lazy Load Image. 

Daily Web Coding
Подписаться 21 тыс.
Просмотров 39 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@jeyzzz696
@jeyzzz696 Год назад
Thank you very much for a quick tutorial! Its working on my end also @ 2023
@victorekea
@victorekea 2 года назад
For anyone getting errorrs while adding the placeholderSrc image, ommit the process.env.PUBLIC_URL + command and just define the image link. Awesome tutorial by the way. It really hepled me with the issue I'm facing. 🙏🏾
@himaloyashish
@himaloyashish Год назад
Thanks man , take love.
@adeepika1991
@adeepika1991 4 года назад
You really made my day and a considerable work. Keep up!!!! Can you please make a webpack or parcel configuration video????
@kannonkeanu4516
@kannonkeanu4516 3 года назад
You all prolly dont give a damn but does someone know a method to get back into an Instagram account?? I stupidly lost the account password. I appreciate any help you can give me!
@edenmadden3240
@edenmadden3240 3 года назад
@Kannon Keanu Instablaster =)
@kannonkeanu4516
@kannonkeanu4516 3 года назад
@Eden Madden i really appreciate your reply. I got to the site thru google and im trying it out now. Takes quite some time so I will get back to you later with my results.
@kannonkeanu4516
@kannonkeanu4516 3 года назад
@Eden Madden It worked and I now got access to my account again. Im so happy:D Thank you so much, you really help me out!
@edenmadden3240
@edenmadden3240 3 года назад
@Kannon Keanu No problem :)
@tatendamuzenda8442
@tatendamuzenda8442 Год назад
so precise and to the point
@joshuahadap2373
@joshuahadap2373 3 года назад
You just earned another subscriber man
@DailyWebCoding
@DailyWebCoding 3 года назад
Thank you very much 🙏
@nostalgicnow6001
@nostalgicnow6001 2 года назад
thanks for the help
@dalelanto895
@dalelanto895 3 года назад
thank you, earned a subscriber here. do you have any suggestions to load filebase64 images faster from mongo db because it takes a minute for images because of the length of the the string of filebase64 :(
@abhidadhaniya5701
@abhidadhaniya5701 2 года назад
thank you so much for this guide
@khederibrahem9083
@khederibrahem9083 Год назад
Thanks bro🤠
@PoornaChandra-s9l
@PoornaChandra-s9l Месяц назад
Bro, how can i implement this lazy loading with variable heights and widths, because i am render my images with different heights and widths in my image gallery.
@PoornaChandra-s9l
@PoornaChandra-s9l Месяц назад
Bro how can i implement the lazy loding with different heights and widths as iam rendering the images with different height and different width.Please help me with this.
@ahmarohia4294
@ahmarohia4294 3 года назад
wow this is cool, but can I ask? how about fetching data besides the image? can we do it too?
@Thx-u8v
@Thx-u8v 2 года назад
Thanks, its a cool lib.
@promiseshedrach7836
@promiseshedrach7836 3 года назад
You are amazing nice work
@sodiqlawal2245
@sodiqlawal2245 3 года назад
This is really helpful. Thanks
@DailyWebCoding
@DailyWebCoding 3 года назад
You're welcome!
@abhisheksrivastava1141
@abhisheksrivastava1141 2 года назад
When I'm using react-lazy-load-component, placeholder is not working, whatever i pass in placeholder it is not getting displayed. However placeholderSrc is working but i need to use custom placeholder. Please help
@christiandiazportela1798
@christiandiazportela1798 3 года назад
Very useful thanks!
@jermen2
@jermen2 3 года назад
Thanks for sharing. I'm using "react-lazyload" component. It works fine for my img when img prop without float: left. However, it does not work when my image's prop with float: left. But your demo at the beginning is fine acutally for float element......How come =[
@rishijain2386
@rishijain2386 3 года назад
Amazing. Wanted to know your thoughts about attribute - loading="lazy"
@ansahpeter3765
@ansahpeter3765 3 года назад
it doesn't work with react applications..i think basically because on first load the browser doesn't know that thes e images exist
@harshuuu1835
@harshuuu1835 3 года назад
What about if we've put images in div's background-image using css??
@binaystha1813
@binaystha1813 3 года назад
Great video
@rinorsadiku5802
@rinorsadiku5802 3 года назад
Good work lad💪🏻
@DeepakSingh-mw9bf
@DeepakSingh-mw9bf 2 года назад
can we use React Lazy Load Image Component in class component
@jmmpoy
@jmmpoy 3 года назад
Very Useful !
@nodirayakubova6395
@nodirayakubova6395 3 года назад
Thank you man 👍👍👍
@_parassolanki
@_parassolanki 3 года назад
How can i do it on background image? Blur effect and lazy load?
@sagunrajput5046
@sagunrajput5046 3 года назад
It didn't work for firefox.. can u help🙏🏼 when we check the same thing in firefox browser, then the placeholder thing didn't work..
@hakanaki
@hakanaki 2 года назад
Thank you ❤❤
@vaikundamurthyvm9488
@vaikundamurthyvm9488 3 года назад
It shows an error like "images.map" is not a function
@charlesmedina9878
@charlesmedina9878 2 года назад
because you are getting an empty object. it should be: images?.map
@where2group334
@where2group334 2 года назад
is it support react 18
@fixer8173
@fixer8173 3 года назад
Tbh I don't like installing another package to do thing x, I think I will go with intersection observer and changing data-src to src when intersecting
@igdev6095
@igdev6095 3 года назад
Where r u from bro?
@agamurat3019
@agamurat3019 2 года назад
amazing
@bhuvaneshdesai3053
@bhuvaneshdesai3053 3 года назад
Can someone please explain me how does it improve performance in react ? http requests will be saved but is there any improvements in component (containing image) loading performance?
@JarvisRaymond
@JarvisRaymond 2 года назад
It just reduces load on the server and decreases the initial loading time, since only a few images will need to load at first instead of all of them.
@thanhtung1482013
@thanhtung1482013 2 года назад
Anh là người việt hả :P
@ricardoalvarez4976
@ricardoalvarez4976 2 года назад
good tutorial but this ain't working for me :/
@BobbyBundlez
@BobbyBundlez 3 года назад
spread operator seem useful here no?
@codedropsjs9633
@codedropsjs9633 2 года назад
Thanks
@DailyWebCoding
@DailyWebCoding 2 года назад
Welcome
@MisouSup
@MisouSup 3 года назад
Nicee, so easy
@prnk139
@prnk139 3 года назад
good !!
@BobbyBundlez
@BobbyBundlez 3 года назад
wow that's it? jeez lol
@sg2786
@sg2786 2 года назад
I suppose you should have used "if (!images.length)" as the "images" is an array and it won't work the way you wanted
Далее
Как не носить с собой вещи
00:31
Кольцо Всевластия от Samsung
01:00
Просмотров 525 тыс.
How To Load Images Like A Pro
15:48
Просмотров 379 тыс.
These Mistakes Slow Down Your React App!
11:38
Просмотров 42 тыс.
You are loading Images wrong! Use this instead 😍
14:41
Speed Up Your React Apps With Code Splitting
16:50
Просмотров 387 тыс.