-
@ Chris
2025-04-07 06:29:34If anyone is looking to: - show x results per page (not infinite scroll feed) - save paginated state when navigating to a post and back - reduce number of calls that need to be made to relays checkout how I'm doing pagination for notebin snippets: https://notebin.io/archive I think this is about as good as you can do when you only have the created_at timestamp to work with.