react-use icon indicating copy to clipboard operation
react-use copied to clipboard

IndexedDB hook just like useLocalStorage

Open danyhiol opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. First of all this lib is great and has all kinds of helpful hooks. For offline apps, local storage can be used and there is a magnificent hook for that. But for storing big and structured datasets, indexedDB may be the way to go in this case. This request is about implementing a hook to tackle the issue.

Describe the solution you'd like useIndexDB hook

Describe alternatives you've considered As an alternative or source of inspiration, one can check use-indexedDB look quite nice. The only issue here is installing another library.

danyhiol avatar Sep 27 '22 10:09 danyhiol