Simple Frontend Pagination | React

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 502

  • @michelezucca5819
    @michelezucca5819 4 года назад +82

    This is like the easiest and most simple way of paginating with React I've seen, much better than many other tutorials, hats off Brad you're always the man

  • @Fashionista_angel_cutie
    @Fashionista_angel_cutie 2 года назад +30

    Even in 2022, This Tutorial is still REALLY HELPFUL!
    Brad, your videos are such a HUGE help. THANK YOU!!

  • @AbdulelahAlJeffery
    @AbdulelahAlJeffery 5 лет назад +153

    Traversy Media is the new Khan Academy for all things web .. excellent job Brad!

    • @romanpabianczyk8870
      @romanpabianczyk8870 4 года назад

      Bullshit. This code doesn't work for me.

    • @avthreek
      @avthreek 4 года назад +3

      @@romanpabianczyk8870 yeah, it only does for small amount of results. Not for thousands as Brad said in the end.

    • @yusuffakhreddin263
      @yusuffakhreddin263 4 года назад

      @@avthreek do you know why ?

    • @avthreek
      @avthreek 4 года назад +7

      @@yusuffakhreddin263 it is easier to fetch small amount of results when needed, rather than getting ALL the results and paginating them on the front end.
      For example my table have millions of rows and those rows have even more results attached in foreign tables. So loading them All is very expensive in a loading time and size and it is also unnecessary if user wants to get for example second page results and he will never reach third page. For such large data we paginate on the back end and retrieve pieces of data.

    • @yusuffakhreddin263
      @yusuffakhreddin263 4 года назад +2

      @@avthreek thank you

  • @oussemamiled4545
    @oussemamiled4545 5 лет назад +29

    brad, i really don't have much time but when you post a video, like it's a must watch

  • @GabrielRamirez-rm7qh
    @GabrielRamirez-rm7qh 2 года назад +50

    PSA: If using this pagination component inside of a route ,the anchor tag will navigate you away from your route and throw an error. The "!# href is a hack to trigger javascript while avoiding side effects. It can work in some cases but is not semantically correct . The fix for this, and semantically correct option would be to simply remove the href attribute and use a button tag instead of an anchor tag.

    • @luizadinizmendesmonteirolu2515
      @luizadinizmendesmonteirolu2515 2 года назад +7

      you saved my fucking life i was having a fucking meltdown

    • @dannonabiola8709
      @dannonabiola8709 2 года назад +2

      Thanks

    • @sir0co
      @sir0co 2 года назад +1

      Nice tip bro, helped me out with that one appreciate it!

    • @karryljadeobidos343
      @karryljadeobidos343 2 года назад

      You can also try href="#!" but as you've said, it's still not semantically correct.

    • @abc911ish
      @abc911ish Год назад

      U U a a real one thanks

  • @ericmomoh7927
    @ericmomoh7927 2 года назад +1

    Finally I saw i pagination tutorials that doesn't use a paginated library. Perfect to learn how that really works with actual code.

  • @diegogimbernat9253
    @diegogimbernat9253 5 лет назад +2

    Dude, I'm putting an altar of you next to my desk, it's official. U are such a great teacher, thanks for all the great content.

  • @joejorgensen4509
    @joejorgensen4509 2 года назад +2

    This was possibly the best coding tutorial I've ever watched. I've been browsing google for hours just trying to find a decent tutorial and this was easily the best, super straight and to the point and great at explaining everything thats going on. Thank You!

  • @Gogetta94
    @Gogetta94 4 года назад +1

    I began taking his class in udemy about a month ago and I will take his courses ever since. great teacher of mine

  • @mekabeka23
    @mekabeka23 5 лет назад +18

    This was the simplest tutorial I've seen all day on pagination. Thank you. I understood 100% all while the simple way to use hooks. You're awesome.

    • @Maratreason
      @Maratreason 4 года назад

      so do I :)
      Thank you man!

    • @ridz4912
      @ridz4912 3 года назад

      I agree 100%

  • @matthiasmatanda4295
    @matthiasmatanda4295 6 месяцев назад +1

    I watched this in 2024, still a valid tutorial, thanks God for Brand Traversy Media

  • @narendrajoshi5460
    @narendrajoshi5460 5 лет назад +1

    Thank you so much Brad. I was the guy who asked for this video..Thank you again for your work..you are my god and my inspiration

  • @IsaacAsante17
    @IsaacAsante17 5 лет назад +1

    You actually listened to the request from your users. You really care about your viewers! 😃

  • @vince9593
    @vince9593 3 года назад +1

    Great video TM. You explain things so clearly with additional 'why we do this...' thrown in which gives context rather than just running through lines of code. Thanks !

  • @igoralves1925
    @igoralves1925 4 года назад

    i've searching about it for a few hours, I watched some video and read some blogs but your content was the only one that really helped me . Thanks !

  • @dzajakeks5539
    @dzajakeks5539 Год назад

    Okay this one really helped, thank you. Even after 4 years, your content is helpful

  • @denniszenanywhere
    @denniszenanywhere 5 лет назад +4

    Waking up with a new Brad video is the best. Thanks!

  • @farhan787
    @farhan787 4 года назад +12

    I can't thank you enough Brad, THAAAAAANNNNNNKKKKKKKKKKKSSSSSSSSSSS. a lot for this, I needed to implement it in one of my project on my new job and I'm not good at frontend but because of you, I was able to implement it ❤️❤️❤️❤️

  • @aaronkagandev
    @aaronkagandev 2 года назад

    Dude you're a G. This is by far the cleanest way i've seen so far

  • @manasiroy9510
    @manasiroy9510 4 года назад +2

    Who dislikes this amazing video? This is very very helpful. I just love it.

    • @emreaka3965
      @emreaka3965 3 года назад

      They should comment that why did not they dislike the video for. ^^

  • @pam_prunelle1693
    @pam_prunelle1693 4 года назад

    With your tutos, I progressed, raised my level. A big thank-you
    Brad Traversy

  • @smsibasish
    @smsibasish 5 лет назад +41

    Congrats Brad for 777k subscribers 😄

  • @LCaputo
    @LCaputo Год назад

    Echoing what everyone else is saying, this is a great tutorial. Very helpful! Thank you!

  • @pavleta777
    @pavleta777 3 года назад +2

    Thank you, Brad! This tutorial was extremely useful! I was struggling with Material UI as beginner in React but you made building pagination to look so easy and clean! You thought me so much and I am very grateful to everything you do for us! Much love!

  • @marcuszierke7930
    @marcuszierke7930 5 лет назад

    No idea what those 12 haters have to complain about - amazing video, simple, efficient and great way of explaining.

  • @antonioacunab
    @antonioacunab 2 месяца назад

    This video was incredible easy to follow. I could implement it in my current web page with zero issues. Thanks!

  • @hn031
    @hn031 4 года назад

    Thanks man. I'm at point in a project where I had to chose which pagination to use. The data coming from the backend is already paginated, but I don't like that a new request had to be sent to the backend each time a new page is requested; I consider this too much load. Then I didn't want to use a package to paginate my data. What I'm left with is to learn how to do the pagination; you just helped out. Thanks a lot . You're saving tons of life and jobs.

  • @1337-coder
    @1337-coder Год назад

    for anyone wondering why indexOfLastPost = currentPage * postsPerPage is valid:
    the slice method's end parameter can be greater than the array length. if this is the case (for example last page has fewer posts), slice uses the array's length as the end parameter.

  • @tomasliendo3127
    @tomasliendo3127 2 года назад

    Incredible tutorial :D , well explained step by step and not skipping anything, the truth has helped me a lot, thanks for the time! Greetings from Argentina.

  • @RobertTodar
    @RobertTodar 5 лет назад +5

    I love these short and simple lessons. I learned so much from this. Thank you!

  • @HermesNautico
    @HermesNautico 4 года назад +1

    Thanks, Brad. This was my first intro to pagination. I tried another instructor but he uses 'lodash' for something you made so simple.

  • @gsalazarmusic
    @gsalazarmusic 3 года назад

    Dude!!! Thank you so much! My nightmares doing paginations are over!!!

  • @jigsaw6642
    @jigsaw6642 Год назад

    watched this video, uses pure react to develop pagination, one of the best concept using only use state hooks, very usefil

  • @matthewgarcia3540
    @matthewgarcia3540 Год назад

    EVEN IN 2023 this was helpful with a bit tweaks from newer hooks that reacts has now this is great thanks!

  • @Buffnerd_i
    @Buffnerd_i 2 года назад

    Kind of amazed by how easy this was, ty Brad!

  • @markkatona4501
    @markkatona4501 Год назад

    this video was really helpful, I saw many of them about pagination, but this is a quality content, thank you so much :D

  • @TheNikola2910
    @TheNikola2910 4 года назад +3

    This helped me get a job! Thank you so much Brad!

  • @kimmotech
    @kimmotech 2 года назад

    Thanks a lot man, this really helped me understand how pagination works and now I have a full component I can always reuse

  • @shivanimathur1356
    @shivanimathur1356 3 года назад

    Thank you for making this so easy, I've been hitting my head on pagination for 3 days

  • @Виталий-д6н9р
    @Виталий-д6н9р 5 лет назад +5

    but there is a small question - how to make the first link active when the page is loaded, since the page reloads on the first click

  • @viktoriazubchenko5428
    @viktoriazubchenko5428 3 года назад

    wow! Thank you for your video, it was so helpful for me, not only as pagination tutorial, but also as a short lesson about how cool hooks are.

  • @albertohuerta
    @albertohuerta Год назад

    Still relevant in 2023. React-bootstrap table needs an update with pagination. Thanks for vid.

  • @madeinbalcony7237
    @madeinbalcony7237 4 года назад

    this is worth not skipping ads. as always, thanks brad :D

  • @kiransurage
    @kiransurage 5 лет назад

    Anyone else hits the Like button as they start watching, bcuz its Brad, and u just know it's going to be awesome?

  • @ashokk9289
    @ashokk9289 3 года назад

    This is the Best and Easiest Pagination I've ever seen. Thank You Soo Much for this Wonderful video Brad. I'm Your new Subscriber

  • @javadmohammadi3943
    @javadmohammadi3943 3 года назад

    oh thank God finally I find the best video about pagination

  • @Hashmimohammed
    @Hashmimohammed 5 лет назад

    Transforming many lives with your work. You Rock

  • @JoseAlbertoMendezPolanco
    @JoseAlbertoMendezPolanco Год назад

    2023 and this tutorial is so useful! Thanks a lot

  • @yendrembamrabinchandra476
    @yendrembamrabinchandra476 5 лет назад +20

    Brad, please upload a tutorial Video on Data Structures and Algorithms in JS

    • @ilyas9303
      @ilyas9303 5 лет назад +2

      there is one in freecodecamp channel

  • @kaytiwari6018
    @kaytiwari6018 3 года назад +1

    Phenomenal video, that was crystal clear. Thanks for posting the code too, I'm gonna practice with the Json file. I have a react technical interview coming up so thanks so much for this.

  • @venkatasaipavanmadabathula9499
    @venkatasaipavanmadabathula9499 3 года назад

    this is the simplest video on pagination that is present !!!!!

  • @Mathis-zk7uq
    @Mathis-zk7uq 5 лет назад +3

    Thank you very much :) Can't wait for the full stack video !!!

  • @randolphperkins6584
    @randolphperkins6584 2 года назад

    Great video! I completed this tutorial, and I am looking forward to watching a pagination lesson using the back end. Thank you!

  • @L-Wassa
    @L-Wassa 4 года назад

    Traversy Media the best channel for web developers!!!

  • @shauntonesify
    @shauntonesify 4 года назад

    I love you Brad, you saved my life again on another project.

  • @wingsaber629
    @wingsaber629 5 лет назад +1

    Thanks Brad! SUPER USEFUL. For the full-stack, put pagination it in your MERN stack course! I will be doing that. Thanks.

  • @isbaccas
    @isbaccas 3 года назад +1

    Thank you so much for the great walk-through. I was able to adapt this simple code into a table that stored all my accounts.
    The switch from front end to backend was also super easy. Just needed to pull from a server with my data and use a limit and offset for the data. The rest of the page work is done front end.

  • @rez41
    @rez41 5 лет назад +1

    This is great. I'm just getting to grips with React and hooks so this was perfect - I may even use pagination in my next project now. Thanks Brad

  • @lexsemenenko
    @lexsemenenko 5 лет назад +4

    Thank you. Right in time. Would be more complete showing how to make pagination button active.

  • @BlobyCat
    @BlobyCat 3 года назад +3

    Very good tutorial ! for the , i've found that href="!#" doesn't work, it does with href="#!". Maybe it's because i don't have bootstrap

    • @kalixaegus4042
      @kalixaegus4042 2 года назад

      Im thank ful that i see your comment mine not working to when i use "!#"

  • @arifeljutviovska7672
    @arifeljutviovska7672 4 года назад

    Man I love you I was searching everywhere for this and it works thank you so much

  • @Vendetta210
    @Vendetta210 5 лет назад +1

    Brad is the best teacher and inspirational guy. Make this blue if you think it's true.
    Btw: thank you very much sir.

  • @zoheballadin-ys5pk
    @zoheballadin-ys5pk Год назад +1

    This method will result in slight lag when you have a lot of pages. To fix the lag, simply remove the anchor tag of the page numbers and put the onClick on the li tag .

  • @Rolanditou
    @Rolanditou 5 лет назад

    BRAD GOD BLESS YOU AND YOUR FAMILY FOR 100 GENERATIONS !!

  • @karma_yogi_42
    @karma_yogi_42 4 года назад

    what a life saver!
    thanks needed this for a interview assignment!

  • @natefr0st239
    @natefr0st239 5 лет назад

    I liked the video before I even watch it, because I know it's gonna be a good one as any other in that channel.

  • @aurimasrimkus4705
    @aurimasrimkus4705 2 года назад +1

    This is just amazing, so simple and works like a charm!

  • @brunagomesdasilva7777
    @brunagomesdasilva7777 4 года назад

    Many Thanks, Brad!! It really helped me.
    Also I'd like to show how I solve my url issue.
    I changed
    paginate(number)} href="!#" className="page-link">{number}
    by
    : Add Link react-router-dom
    paginate(number)}>
    {number}

  • @pirouz_roshanzamir
    @pirouz_roshanzamir 3 года назад

    U have no idea how much time this saved me

  • @julielesage960
    @julielesage960 4 года назад

    Perfect clear and simple, up to date code, and I love your voice ! many thanks

  • @Kagmajn
    @Kagmajn 5 лет назад

    wow, you just solved my problem for my current project, well i think i have to check the full tutorial for the react

  • @harrisonekpobimi4764
    @harrisonekpobimi4764 5 лет назад

    Actually what I was thinking about last week but I have not been able to fully understand hooks. All Hail Brad T

  • @rodolfoleal7295
    @rodolfoleal7295 4 года назад

    Just used it on my project. Thank you very much Brad!

  • @ShubhamRathod-jg9gt
    @ShubhamRathod-jg9gt 5 лет назад +2

    Keep post more on React.js related topics (: and congratulations for 777K subscribers

  • @roman_mf
    @roman_mf 2 года назад

    Thank you so much Brad! Exactly what I was looking for. This approach was super useful for my own project.

  • @BadtzCarol
    @BadtzCarol 3 года назад

    Thank you so much for the awesome tutorial!
    Now I have a pagination component that can use in every project

  • @GustavoPozo
    @GustavoPozo Год назад

    very good way of pagination, it helped me a lot to set up my pagination system

  • @karthicks3130
    @karthicks3130 4 года назад

    @traversy media
    We using useEffect but why do we receive 'posts' 2 times when logging at 7:14.

  • @marimuthur9456
    @marimuthur9456 2 года назад

    Extraordinary explanation 👌🏼👌🏼👌🏼

  • @md.fazlulkarim8847
    @md.fazlulkarim8847 5 лет назад

    In the video, you wrote the useState code and right after that, you showed us how actually state and useState are similar. That took at best two seconds. But this type of little things makes you different than thousands of content creator.
    Please consider making a short course on Algolia with react in the future? Take love...💛💛💛

  • @aniketa.raikwar1983
    @aniketa.raikwar1983 3 года назад

    Excellent Video, Thank you so much, without this tutorial i can able to implement pagination.

  • @edwardhui6274
    @edwardhui6274 4 года назад

    Straight on point! Great tutorial for pagination on front-end side!

  • @rohandevaki4349
    @rohandevaki4349 3 года назад

    at 7:46, can you please give the exact name of the extension, i am not able to find in VS code

  • @francisfernando4605
    @francisfernando4605 3 года назад

    Very easy to understand. Great tutorials. Thank you so much

  • @devendradeo5833
    @devendradeo5833 3 года назад

    Thanks buddy for the example, it is very simple and correctly explained.

  • @parasarora5869
    @parasarora5869 5 лет назад

    loved it !!...wanted to learn this for a long time 😄 thank uuu

  • @dermotsheerin5672
    @dermotsheerin5672 4 года назад

    Thanks a mill Brad that was excellent.....as always you explain all steps

  • @jasonlee7227
    @jasonlee7227 3 года назад

    Thank you soo much, Brad! I really needed this. God bless you.

  • @Colstonewall
    @Colstonewall 5 лет назад

    Just what I needed and wanted. Thank you Brad!

  • @andrewcodes
    @andrewcodes 5 лет назад +1

    Amazing, been searching for something like this everywhere!
    It would be amazing would be if you could do it where you don't load then unless you click second or third page etc, only load recourses required - Just like you mentioned in your video. Thanks again!

  • @patineira1323
    @patineira1323 5 лет назад

    Simple but solves the need it. Amazing your explanation, thank you so much!

  • @theanhtran2595
    @theanhtran2595 5 лет назад +3

    I look forward to the course React-Native. Please do it on udemy. I believe many people expect this like me

  • @ridl27
    @ridl27 5 лет назад +1

    Thank you Brad for another one useful video. Waiting for full-stack pagination! =)

  • @normal6390
    @normal6390 2 года назад

    Simple is clean. Simple is Good

  • @coolpriyanks
    @coolpriyanks 4 года назад

    simple and to the point video. Thank you for making it!

  • @TheAditya64
    @TheAditya64 5 лет назад

    Great work Brad.... As always loved the work.

  • @rahil-aliyev
    @rahil-aliyev 3 года назад

    It worked. But I have a problem with React Router in an anchor tag. When I merge pagination in my project, it doesn't work due to the anchor tag. If I change the anchor tag to the "Link", the project redirects the main page. How can I solve it?

  • @sunnydevtale3021
    @sunnydevtale3021 2 года назад

    Thank you, Brad! This tutorial was Awsome.!

  • @etekumoses3320
    @etekumoses3320 2 года назад

    This is an awesome video you saved me countless hours..

  • @YuriiKratser
    @YuriiKratser 5 лет назад +1

    Could you help me, how I can reassign the current page variable using vanilla js. I mean how should look callback function?