Currently, if a user navigates to the moments index page, the app renders the entire collection of moments and associated comments in the database. This takes too long, so I'm going to have to find a way to load portions at a time and then load more when the user scrolls down.
Currently, if a user navigates to the moments index page, the app renders the entire collection of moments and associated comments in the database. This takes too long, so I'm going to have to find a way to load portions at a time and then load more when the user scrolls down.