Load More Pagination React

preview_player
Показать описание
Udemy Courses:

Social Media:

Project Details:
Рекомендации по теме
Комментарии
Автор

Great trick but it doesn't serve the main purpose of pagination which is limiting the returned records from database and load the page quicker from the user perspective, this method actually will receive all records from your database which is not healthy for your website if it is medium scaled or above ( I won't talk about fact that you will call all records again and again with every api call )

elendil
Автор

i never thought it'd be so simple.. great tutorial 👍

bernarduslopez
Автор

Absolutely one of the best coding techniques I've ever seen. Brilliant brilliant!

canerkuru
Автор

Great tutorial, helped me finish my work task! Thanks a lot!

newcode
Автор

very useful! never thought it will be this much easy

almahmud
Автор

simple and precise, exactly what i needed thank you!

wisdomelue
Автор

Thanks for the video, super easy and on point. It helped a lot ❤

toshitsingh
Автор

Thanks a lot! Fast & good tutorial!

fcandann
Автор

Thank you very much @h3webdevtuts for this
it was really helpful

promiseshedrach
Автор

Thanks for your video, this was really helpful for me .

Code-With-Shakil
Автор

Needed to watch a react rendition of this functionality since I want to implement that for the npm wix pro gallery which uses redux so now I have to convert it to redux as well. Thanks.

raba
Автор

It's was so simple!!! Thank you!!!

cury
Автор

Great tutorial, but is there a way to hide the load more button if there is no more content to load?

rezwanatcha
Автор

Thank you very much! This is very much helpful for me. I haven't reached to useEffect yet! but I am on useState, I know how to map and Items or create element on click and I was thinking how to limit the data and also how to show more data on click. I will try to implement with only useState if it's possible, I learnt something new again! Thank you mate!

jeetsingh-syij
Автор

Thanks, this video was really useful for me.

willyelinge
Автор

simple and nice what i exactly needed.
thanks Alot ! man

DeepakSingh-eqjl
Автор

youre the boss!!!! great video helped me a lot!

brenosantin
Автор

اقسم بالله برنس
راجل مية المية حبيب قلبي والله

maaz-a-
Автор

thanks boss! its me Vampie from the discord server :D

rafiqjarjous
Автор

Thanks but how would you do that if the api supports the pagination e.g ? would you simply push new data to array and re-render? As I understand, this returns all JSON data in useEffect.

alexkey