IndexedDb helper library with RxJS based interface #79
TapaiBalazs
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are libraries out there that support putting values into IndexedDb, such as
localforage
but I think creating a library with an RxJS interface would be helpful.My idea as an interface is something like the following:
Now we are in a lucky position because most of this library could be tested in our demo app by switching the existing
localforage
implementation to our library and our cypress tests will deal with the rest.We could also create a new example page where we would use an autoIncrement object store to store requests during offline mode and then dispatch them in order and delete the entries.
Beta Was this translation helpful? Give feedback.
All reactions