firefly
firefly copied to clipboard
Pagination
Paginate the list of posts
Paginate util component with an items-per-page param and a next-key state, all hitting a new related supermodel method (getAllPaginated?)
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.
Soft prerequisite - https://github.com/green-arrow/react-firestore/issues/3
Now that Firefly uses react-firestore
everywhere, let's make that a hard dependency :)