Pagination in React

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 16

  • @colbyfayock
    @colbyfayock  5 місяців тому

    Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course

  • @Tomita84
    @Tomita84 5 місяців тому

    Thanks for the content. You have a great didactic, with simple explanations and examples that are easy to understand...Congrats

    • @colbyfayock
      @colbyfayock  5 місяців тому

      no problem! and thanks for the kind words

  • @ardianhotii
    @ardianhotii 5 місяців тому

    Thank you for sharing this. Actually, I just need this right now in an app I'm building, and this would help me so much . Thank you again so much

    • @colbyfayock
      @colbyfayock  5 місяців тому

      awesome! happy to hear that 🙌

  • @dqampire
    @dqampire 4 місяці тому

    I'll use this in my project. Thank you

  • @mjylove2
    @mjylove2 2 місяці тому

    awesome content

  • @alokbaluni8760
    @alokbaluni8760 5 місяців тому

    You're way too good!

  • @AndriusLau
    @AndriusLau 5 місяців тому

    "If we have a slow query running..." - then we need to fix the backend :)

  • @ooyey
    @ooyey 5 місяців тому

    why ssr in this case?

    • @colbyfayock
      @colbyfayock  5 місяців тому

      React/Next.js/Vercel are really pushing SSR and streaming as ways to improve app performance with things like less code being shipped to the browser and resource loading / round trips potentially being more efficient
      ultimately this is just another way of being able to do it and the correct answer would be to see how your app handles both scenarios and see what both performs better and feels better from a UX perspective