Loading video...
Video Failed to Load
Pagination in Next.js 13 with server components
140,144 views • 2 years ago •via X (Twitter)
10 Comments

is there any way to do it with query params? currently using this technique, but the pageviews in the analytics are meaningless in this structure.

These examples are perfect. The animations, pace, step by step results including the not-so-happy path in between steps 👌

This is amazing! How do you make these videos btw? Is it a service that can help or just raw video editing?

So nicely shown!

@steventey Took a stab at re-creating this amazing work with URLSearchParams (query params) instead. 1. The root route uses the searchParams prop, and passes it to the rendering component 2. The Pagination component now links with query params instead Repo/code follows

How do you create video like this ?

I don't want /1 when on first page. How would I do this ?

Thank you so much. Allah bless you

Did the same today but managed to use infinite scroll instead of pagination

Awesome, can’t wait to implement it
