pagination.md

July 15, 2021 · View on GitHub

Bookmarks tagged [pagination]

www.codever.land/bookmarks/t/pagination

Understanding pagination: REST, GraphQL, and Relay - Apollo Blog

https://www.apollographql.com/blog/understanding-pagination-rest-graphql-and-relay-b10f835549e7/

In this post, I’ll cover some different approaches to pagination in REST and GraphQL:

  1. Pagination: what is it for?
  2. What are different types of pagination, and when are they useful?
  3. What is it...

npm - JW Angular Pagination Component

https://jasonwatmore.com/post/2018/04/26/npm-jw-angular-pagination-component

A simple lightweight pagination component for Angular 2+ available on npm. Compatible with Angular 2+ (2, 4, 5, 6, 7, 8) and Bootstrap 3 & 4.


Fast paging with MongoDB

https://scalegrid.io/blog/fast-paging-with-mongodb/

Paging through your data is one of the most common operations with MongoDB. Let's walk through an example to see the ways of paging through data in MongoDB.


Kaminari

https://github.com/amatsuda/kaminari

A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for modern web app frameworks and ORMs.


order_query

https://github.com/glebm/order_query

A keyset pagination library to find the next or previous record(s) relative to the current one efficiently, e.g. for infinite scroll.


Pagy

https://github.com/ddnexus/pagy

Pagy is the ultimate pagination gem that outperforms the others in each and every benchmark and comparison. More details can be found on Pagy Wiki.


will_paginate

https://github.com/mislav/will_paginate

A pagination library that integrates with Ruby on Rails, Sinatra, Merb, DataMapper and Sequel.