My New Favorite Pagination Method

Опубликовано: 08 Октябрь 2024
на канале: Josh tried coding
84,826
2.2k

Pagination is so important when it comes to displaying data in your app. This approach of server-side pagination in Next.js 13 Server Components is so cool for that. I implemented something similar on accident while building a dashboard and figured this works so well with pagination too.

Test this for yourself!: https://gist.github.com/joschan21/7ad...

-- my links
Discord:   / discord  
My GitHub: https://github.com/joschan21