Great video!! Thank you for your efforts, just a small thing to keep in mind in 21:42 it's better to use `props.urls.small` in the src tag instead of `props.urls.full` to display the picture, because in the case where you want to display multiple images at the same time it may fill the RAM and crash the program since it's taking a high resolution picture, smaller size images avoids you this pain (had to debug for hours to find out what causes the crash in my infinite scroll implementation lol)
Hi there! Fantastic video, it's helping me a lot. Are we allowed to fork your repo and add changes/modify it? If so, could you add an appropriate license to the repository? I want to use it as a template to customize and add backend integration with, just for a personal project. Thanks!
Great video!! Thank you for your efforts, just a small thing to keep in mind in 21:42 it's better to use `props.urls.small` in the src tag instead of `props.urls.full` to display the picture, because in the case where you want to display multiple images at the same time it may fill the RAM and crash the program since it's taking a high resolution picture, smaller size images avoids you this pain (had to debug for hours to find out what causes the crash in my infinite scroll implementation lol)
Oooh, is that what causes the crash? I couldn't figure it out - and it happened to me in another app I built. Thank you very much :)
Good observation, thanks
its coming only 10 images while searching/using query,How to show all images or go to next &previous page
The API only returns 10 images in the response
response only 10 image, but you can indicate you per_page=30
Nice. Thank you for the insight
what browser are you use?
Brave
Hi there! Fantastic video, it's helping me a lot. Are we allowed to fork your repo and add changes/modify it? If so, could you add an appropriate license to the repository? I want to use it as a template to customize and add backend integration with, just for a personal project. Thanks!
Sure. Go right ahead