Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 3.36 KB

pagination.md

File metadata and controls

58 lines (49 loc) · 3.36 KB

Bookmarks tagged [pagination]

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...

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.


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.


https://github.com/amatsuda/kaminari

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


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.


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.


https://github.com/mislav/will_paginate

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