Next.js 14 Pagination Tutorial: Server-Side with MongoDB

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 22

  • @RaddyDev
    @RaddyDev  11 місяців тому

    I have added a demo (link in description). Are there any good NextJs pagination packages that you know of? Share below (don't share links or you might get flagged by youtube as spam)

  • @tanmaypant8493
    @tanmaypant8493 7 місяців тому

    THIS VIDEO WAS A LIFE SAVER!!!

  • @dogzrgood
    @dogzrgood 11 місяців тому

    Hey man! great video as always. If you take suggestions for future videos, then NextJs 14 + Tailwind + Prisma + MongoDB = eCommerce Website would be great. Another one would be NextJs 14 + Tailwind = Portfolio website. Keep up the good work. Love your Bootstrap videos

  • @couragechidi.6716
    @couragechidi.6716 4 місяці тому

    this video was great, thanks a lot

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

    Great video sir. thank you very much

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

    life saver, thanks a lot sir

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

      Glad it helped

  • @ojal.dev.
    @ojal.dev. 10 місяців тому

    Your content is awesome! Just try to be regular.

  • @EminPogosbekov
    @EminPogosbekov 8 місяців тому

    thank you soo much for this video

  • @adarshrathi8265
    @adarshrathi8265 11 місяців тому +1

    How I uploaded deploy full mern stack next js site upload on aws, nobody tell about that, I use filezilla but no happen, so please help

    • @RaddyDev
      @RaddyDev  11 місяців тому

      I did make a MERN AWS video not long ago which should help. You can do the same with NexJs, but the deployment method is very much manual. Every time you make a project chang and you want to upload, you'll have to either use GitHub to pull the new files or FTP the files, build the project and run it

  • @theanhcotam
    @theanhcotam 6 місяців тому +1

    rất dễ hiểu

  • @1982RUFF
    @1982RUFF 11 місяців тому

    Thanks! Very usefull video! I try to find video which help to make filtering with checkbox and price range depends on query params using MongoDB and Next 14... but its very hard)
    I will be very grateful if you can make such a video... thanks in advance!

    • @RaddyDev
      @RaddyDev  11 місяців тому +1

      That's definitely something I would like to work on soon. It's on the list 👌

  • @laurraileanu8374
    @laurraileanu8374 9 місяців тому +1

    isnt this code breaking when building? Dynamic Server Usage, because thats a server component using client search params

    • @RaddyDev
      @RaddyDev  8 місяців тому

      It builds perfectly fine and I haven't had any issues. I do see what you are saying and I will look into it. Should have used getServerSideProps instead. I assume that it works because client components are also rendered on the server. In fairness, my first pagination was done on the client side and then I converted it to Server. The params worked and didn't think twice

  • @ojal_sharnagat
    @ojal_sharnagat 10 місяців тому

    How to do server side pagination by just fetching data from an API (without using MongoDB )?
    Please help! I'm stuck in the middle of a project.

    • @RaddyDev
      @RaddyDev  10 місяців тому +1

      So SQL or no database? You could look around for react pagination tutorials. Most of them should be using some sort of an API or db

    • @ojal_sharnagat
      @ojal_sharnagat 10 місяців тому

      @@RaddyDev My API is like "admin.example.in/api/schemes?page=1&limit=6"
      I'm fetching the data from this API. The API has "page" & "limit" as params to pass.
      How to do the server-side pagination?

  • @regilearn2138
    @regilearn2138 11 місяців тому

    Hi can you teach us what is server side pagination and client side pagination any tutorials in your channel for both

    • @regilearn2138
      @regilearn2138 11 місяців тому

      how to do both

    • @RaddyDev
      @RaddyDev  11 місяців тому

      I could look into it. I appreciate the suggestion