API with NestJS #107. Offset and keyset pagination with Prisma
Briefly

The bigger our database, the more we need to care about the performance.Returning too much data at once through our API might not be the best approach when it comes to performance.A common solution is to divide our data into chunks and present it to the user as infinite scrolling or multiple pages.In this article, we implement it with PostgreSQL and Prisma.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
add
]
[
|
|
]