Pest practices for persisting large dataset
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 Start0 Replies