how to use indexeddb with react query (dexie.js)
im working on a project that doesnt have a hosted database, everything is done locally.
im using dexie.js as my indexeddb wrapper, and im wondering if/how i can use react query with indexeddb instead.
1 Reply
You can use React Query for any sort of asynchronous calls.
Does this answer your question?