Kaizen Today I Learned by Ville Säävuori

Posts tagged dexie

Weeknotes 2022/15 - Dexie, SQL.js, and the Limits of LocalStorage

I started a new Slipmat.io sub-project where I’m working with DJ music collections and playlists. This introduces some interesting problems when done with Web technologies as we’re mostly talking about displaying lists of thousands, tens of thousands, or even hundreds of thousands of rows of data in one view. Rendering super long lists is not common nor generally a smart idea in the browser in general, but this spesific case is more like the Finder on macOS than a typical Web app.

· Read the full article →