reddit-swiftui
reddit-swiftui copied to clipboard
Pagination
Any plan to add pagination to the post list?
I haven't gotten around to something like that, as I was mostly focusing on #5. However, feel free to try implementing it. It sounds like it'd be a good first issue.
I’m giving it a shot but oh my, Reddit API is complicated for pagination.
Quick update on pagination: I was able to figure out Reddit API and got to do pagination with buttons on macOS.
Doing infinite scrolling is a different beast and realised now my approach won't work with infinite scrolling as far as I know.
Feedback is very welcome as I feel a bit blocked at the moment. Branch at https://github.com/banaslee/reddit-swiftui/tree/pagination.