ciandt / tech-gallery

A living Technology Gallery built on top of Google App Engine's platform.
Apache License 2.0
39 stars 31 forks source link

Technology list should be paginated #179

Open brunocarneiro opened 8 years ago

larruda commented 8 years ago

I suggest using "infinite scroll" technique for this.

brunocarneiro commented 8 years ago

Yep. But when implementing we must think about how much data will be loaded. Maybe if the user scrolls too much, page get slowly. Maybe infinite scroll loading next and previous data.