firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Pagination

Open sampl opened this issue 7 years ago • 4 comments

Paginate the list of posts

sampl avatar Jul 29 '17 19:07 sampl

Paginate util component with an items-per-page param and a next-key state, all hitting a new related supermodel method (getAllPaginated?)

sampl avatar Jul 29 '17 22:07 sampl

It's tempting to say "just add a link for people who want to do this"

But pagination was one of the things that sent me to Express over Firebase (along with search) and it involves getting models right.

sampl avatar Aug 05 '17 19:08 sampl

Soft prerequisite - https://github.com/green-arrow/react-firestore/issues/3

sampl avatar Jun 03 '18 21:06 sampl

Now that Firefly uses react-firestore everywhere, let's make that a hard dependency :)

sampl avatar Aug 24 '18 19:08 sampl