steida/actualtasks

Replace localStorage with IndexedDB

Closed this issue · 1 comments

Probably via https://dexie.org/ or something else.

Maybe via Relay client state #4

Not sure yet.

No. IndexedDB is not universal. I definitely want universal (React + React Native) storage. By that, we don't have many options. Only AsyncStorage and SQLite. WatermelonDB looks promising, but for now, AsyncStorage is the most simple solution. We can migrate later.