Next.js Fullstack Pagination Tutorial | Drizzle, tRPC, Shadcn

preview_player
Показать описание

This video is part of the Orcish Fullstack Admin series:

Here is the repo:

⚔️ Join The Horde

Some of the projects to check:

00:00 Intro
00:15 Shadcn Pagination Component
01:11 Backend Pagination
04:25 URL Search Params
07:55 Total Count
09:51 Pagination Links
12:55 Next / Previous
13:47 Security
15:31 Final Touch
16:01 Special Warrior Task!
16:51 Outro

#webdevelopment #orcdev #fullstack #shadcn #drizzle #trpc #pagination #react #nextjs #typescript
Рекомендации по теме
Комментарии
Автор

Orcish Fullstack Admin slowly becoming a real project! Hope you are all enjoying! Show some love in the Horde, like this video! ⚔❤

orcdev
Автор

Nice video, i just started to learn pagination, then you upload this amazing tutorial 🎉🔥🔥🔥

auricaputri
Автор

Nice video! About the error caused by the Link component in the pagination, just above where you put <Link> you have type paginationLinkProps. Just replace React.ComponentProps<"a"> with React.ComponentProps<typeof Link>, it should work.

amnotsimondev
Автор

Cool video, thanks. Any idea how to deal with multiple pages? so showing 1, 2, 3, or 2, 3, 4, or 3, 4, 5 depending on how far you are in the list?

nickwoodward
Автор

yo whats that extension that shows logs from browser called?

WeMakeItRainz
Автор

Would this work if im fetching data from an api

dnwamu
Автор

Hey can you please put this project videos in a list.

uttamkumbhakar