After diving deep into IndexedDB land in the previous blog post, I wanted to create a complete app with IndexedDB.| golb.hplar.ch
In the previous blog posts about IndexedDB, we have seen that the API is not the easiest to work with. Everything is asynchronous and uses callbacks, unlike the newer interfaces, like Fetch, that use Promises. And you need to write a lot of boilerplate code for transaction handling and queries.| golb.hplar.ch