ReactJS Pagination Tutorial using React Paginate

preview_player
Показать описание
In this video I'll show you how you can create a pagination in ReactJS using a library called React-Paginate. We will also learn how to style the pagination that we will create.

-----------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------

Please LIKE and SUBSCRIBE for more content and supporting!
Рекомендации по теме
Комментарии
Автор

even 2 years later this video really helped me, thx!!

victormarques
Автор

really thanks a lot, i was stuck on a project, unable to add the pagination feature. This video made it look like a piece of cake. earlier i was doing it in the backend, this React Library is really helpfull

firebout
Автор

Thanks!! I was stuck in between while doing pagination. Your video helped a lot.

jayshah
Автор

Thanks brother, you are a life savior.

kanishkjha
Автор

thanks brother for this, you just made my day 🙃🙃👍

joshuaejembi
Автор

wow.. thank you❤, I just saved the video for the future.

mdabutorabkhan
Автор

actually i am working on project and i get refrence of this video which is quite helpful but as i need i want the current page value and i have to pass that value in axios post request body

prathmeshaprilinnovation
Автор

thank you, this was very very usefull

Hosenkm-sw
Автор

Hi! Very goog tutorial, but i have error... TypeError: data.slice is not a function... this error there -> setCurrentitems(data.slice(itemOffset, endOffset));. I use other api.

stanislavsheshenin
Автор

If my items do not come from any api, i.e. the user is the one who creates those items (notes through a button), how can I do it?
The pagination seems to work but it still shows all the items on screen when I have set 6 items per page. Nice video btw ^^

sedanospiano
Автор

in this how do we get the current page value

prathmeshaprilinnovation
Автор

Thanks you very much for this video, Helpfull

khalilrehman
Автор

Very nice tutor videos but does it work well with firestore ??

tiendat
Автор

hi, is possible inver the list? first item show is the item final of the list

cpimenteldev
Автор

I'm getting a bug if I carry on your exact step, and later refresh my page, the currentItems reset to null

codewithchase
Автор

Cant show breaklabels and pageRage on next js, why?

tsarm___
Автор

you didn't explain const newOffset = (event.selected * itemsPerPage) % items.length; which I think is

wadanemacho
Автор

bro this is compatible with styled-components?

Samir-medk
Автор

Please check the navbar video comments

franion