kl2695 / Ohana

2 stars 0 forks source link

moments takes too long to load #3

Open kl2695 opened 6 years ago

kl2695 commented 6 years ago

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.

chungkikelly commented 6 years ago

There's a feature that does exactly that called infinite scrolling which limits and loads information according to how far you scroll down.