costanza13 / cool-california

A social network for California Adventurers
0 stars 0 forks source link

Add Pagination or "Load More" Functionality #53

Open costanza13 opened 3 years ago

costanza13 commented 3 years ago

Pages (especially the homepage) could get heavy pretty quickly, as more posts are added. We could display 10 posts at a time, and then allow the user to click "next page" or "load more" to dynamically fetch more posts. The "next page" option would be easier to implement because it would just use the same routes but with a "start" query string parameter.

Probably not going to do this before the submit deadline. But it would be a nice feature to have.