5chan
5chan copied to clipboard
implement pagination
Pagination should be turned on by default, but infinite scroll should be an option in the settings (same as 4chan).
- requires a function in the protocol API to make posts expire automatically after index 200 (20 posts per page, for 10 pages),
- requires a new hook like usePaginatedFeed() in the hooks API.