lcdporto / boxing-app

Boxing's project Web App made with Angular and Angular Material
MIT License
3 stars 2 forks source link

Lazy load items on the list #11

Open ighormartins opened 8 years ago

ighormartins commented 8 years ago

The more items we have on our database, the more the APP is struggling to load all at once. We should change it to lazy load the items while scrolling or searching.

ighormartins commented 8 years ago

It depends on the API being able to paginate through items. I'll submit a new issue to the API repository