I am currently using Dexie 4.x and Svelte 4.x and taking advantage of livequery
to update state when data in the underlying DB changes. Looking ahead to Svelte 5, I'm wondering how to integrate livequery with runes ($state, $derived
). I know that Svelte stores will still be supported in Svelete 5, but I'm interested in leveraging the fine-grained reactivity benefits of runes and the ability to use runes outside components. I'm looking for some general direction on how I might approach thinking about and integrating runes and livequery.
↧
Dexie livequery with Svelte 5 runes
↧