#Pest practices for persisting large dataset

2 messages · Page 1 of 1 (latest)

wispy loom
#

I'm creating an offline-first application that needs to keep a large dataset available for offline use. What's the best practice for persisting the storage? It seems odd for TanStack DB to not have a built-in option for this, so I must be missing something. using window.localStorage runs into size limits. I'm also using TanStack Start

haughty cypress
#

IndexedDB?