Closed hackerkid closed 4 years ago
I am planning to load 4 books at a time considering current layout. And yeah, As the user scrolls down, More and more books will load.
@SurajKhayamali Thats reasonable. Go ahead.
Page loads significantly faster now :)
Loading 12 books at a time to fix scrolling issue on devices with viewport larger than initial rendered documents
Currently all the books are loaded when the homepage is loaded. Instead of this implement an infinite scroll that loads more books only when the user scrolls to the bottom of page.
See https://github.com/hackerkid/Mind-Expanding-Books/tree/master/app to setup development environment