NextJS 13.5 with IndexedDB
Unanswered
Wuchang bream posted this in #help-forum
Wuchang breamOP
Hi guys is there a recommended way to use NextJS 13 with IndexedDB? I'm having issues subscribing to it? Do I use useSWR? I'm using the idb package though
6 Replies
Piping Plover
did you ever figure this out? I'm trying to use IndexedDB as well, but I'm having a hard time figuring out how
@Ray have you tried this package?
https://github.com/localForage/localForage
Piping Plover
Have not tried that. Thanks for the link! Will check it out and try using it in my project
Wuchang breamOP
@Piping Plover yeah I'm using React Query persist with idb package, works well