IndexedDB - What is it, and when you should choose it

IndexedDB is a full-blown DB in the browser, learn when to use it and when to avoid it
Yair Cohen
Yair Cohen
JAN 06, 2022
1 min read

Basically, IndexedDB is a full-blown DB in the browser, it has amazing capabilities but also has tradeoffs.

In this video we will talk about:

- What is indexedDB

- What are the benefits of IndexedDB

- IndexedDB vs LocalStorage

- IndexedDB use-cases

- IndexedDB limitation

- How to avoid blocking the UI with IndexedDB