Hee Broo! const { response, isLoading, error, fetchData } = useAxios(`search/photos?page=1&query=cats&client_id=${process.env.REACT_APP_ACCESS_KEY}`) on this line some time I got values and some time null so than my context.provider will not return value
Very well explained and amazing job!. I love your calm voice helps me slow things down and understand clearly.
Thank you for tutorial, this is help me understanding react and http request from API
how to add in this project load more button or prev / next page working button , please help me for making this
How to implement on click image to view large size image?
How to give attribution to the photo we get from search result?
Is this API CALLING pure frontend? What’s the difference in using the APU in a dedicated backend (server), instead ???
Hee Broo!
const { response, isLoading, error, fetchData } = useAxios(`search/photos?page=1&query=cats&client_id=${process.env.REACT_APP_ACCESS_KEY}`)
on this line some time I got values and some time null so than my context.provider will not return value
Very well explained :)
how to implement infinite scrolling in this search component?
You can check this video ruclips.net/video/uFuOPlOk0sQ/видео.html for infinite scrolling
19:14