yCanta / yCanta2

yCanta rewrite as an offline first installable website: an intuitive song manager featuring type-to-search presentation mode and PDF songbook export.
https://ycanta.github.io/yCanta2
1 stars 0 forks source link

Consider replacing list.js with something more performant. #70

Closed carlhemp closed 1 year ago

carlhemp commented 4 years ago

Clusterize.js seems ideal if you add search, which is doable.

https://stackoverflow.com/questions/10989686/efficiently-showing-large-list-in-html

Near the bottom another poster recommends several other options to explore.

For search, Fuze.js seems popular, though others may be better.

carlhemp commented 4 years ago

Reason for replacement is that "all songs" feels choppy when displaying all songs, especially when using it on mobile.

carlhemp commented 1 year ago

Speed seems adequate to me now.