snahrvar / eatibl-app

Front-end application
0 stars 0 forks source link

Improve load speeds by implementing lazy loading (aka virtual repeat) #22

Closed snahrvar closed 6 years ago

snahrvar commented 6 years ago

Priority: 6/10 Platform: Mobile Description: Given the ever-growing list of restaurants on our platform, there is more and more content to load up front, since we load everything at once. This enhancement is to ensure we only load data 20 restaurants at one time (sorted by proximity).

mattweason commented 6 years ago

Did not do this. Ended up doing batch api requests.