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.
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.