react-indexed-db
react-indexed-db copied to clipboard
A service that wraps IndexedDB database in an Declarative way. It exposes very simple promises API to enable the usage of IndexedDB without most of it plumbing.
Results
21
react-indexed-db issues
Sort by
recently updated
recently updated
newest added
I'd like to follow up on #8 : I think it would be beneficial if in function `CreateObjectStore` the check for and creation of object stores, would occur in `onsuccess`...