raucao / webmarks

remoteStorage-enabled bookmarking app
https://webmarks.5apps.com
Other
76 stars 11 forks source link

Improve rendering performance for large bookmark collections #68

Closed raucao closed 5 years ago

raucao commented 5 years ago

When one has a ton of bookmarks, due to the fact that they're all rendered at once on the index, the rendering can take quite some time, which is delaying switching to the page.

My current idea for solving it is to limit the number of items rendered. But that means there needs to be some kind of button for loading more when scrolling to the end, or an infinite scrolling implementation.

raucao commented 5 years ago

Done and deployed. See ref'd commit for details.