Hi Hosna, Do you know, what you are doing? Actually You are motivating me to learn NextJS, Currenly I started to learn NextJS, and found this video, really amazing! Thanks a lot
@krittiyaclark9 ай бұрын
Thank you, Hosna! Can you teach me how to build a blog with tags and pagination like this with Next.js + Prismic?
@HassaanBaig-w7p5 ай бұрын
This was really helpful. Thank you !
@lambo-ca Жыл бұрын
Finally! Thanks Hosna.
@joseaparicio948411 ай бұрын
Thanks for the video. Would it be worth the effort to make this pagination in a server component?
@zhiwu3121 Жыл бұрын
very good conten,I like it!
@andredesbiens14898 ай бұрын
Very useful, thank you. Just one thing that I would change in your code since you are using TS and this is hurting my eyes totalPosts: number; postsPerPage: number; currentPage: number; setCurrentPage: (page:number) => void;
@hqasmei8 ай бұрын
Will do thanks for the feedback!
@kaiquesantosdesouza70875 ай бұрын
Thanks for video!!!
@OctavioVazquez-i8s10 ай бұрын
thank you, it worked to me
@eca87999 ай бұрын
It is advisable to wrap Pagination in PaginationSection? how could access to PaginationItem properties from PaginationSection?
@itachicodes250611 ай бұрын
can you please do a video on carousel?
@hqasmei11 ай бұрын
Will put it on the list, anything with carousel in particular?
@itachicodes250611 ай бұрын
@@hqasmei thank you && I was thinking of doing like a “language” tab for example: Java, Python, Bash… but I was having trouble implementing /:
@zenitsu41399 ай бұрын
@@hqasmei Infinite carousel effect/
@kimhongsieng6457 Жыл бұрын
Great. HOw to show page like this 1,2,3....,20,21. which 21 is the lat page.
@hqasmei11 ай бұрын
Yes someone just asked the same question! Just updated the code, so should be there. github.com/hqasmei/youtube-tutorials/tree/main/shadcn-pagination. Also comments in the code. Let me know if you have any other questions.
@kimhongsieng645711 ай бұрын
thanks. do you have a combobox video which get the data from database and list in combobox? @@hqasmei
@jfhandfield11 ай бұрын
Got the same kinda question. I know there is a PaginationEllipsis but I don't get what to do. Do I like show 3 pages then the ellipsis and change when the user reach the 3rd?
@hqasmei11 ай бұрын
Yes great question! Completely forgot to include in the video. Just updated the code, so should be there. github.com/hqasmei/youtube-tutorials/tree/main/shadcn-pagination. Also comments in the code. But you want to set conditions when to show the ellipsis or not.
@kakajandeveloper7 ай бұрын
sorry bro, u dont use features of nextjs 14
@zenitsu41399 ай бұрын
thanks a lot. Instant sub and like. I was struggling to implement it. Also Can You Make A tutorial For Infinite Carousel