steida / actualtasks

Local, minimal, key navigable tasks.
https://actualtasks.com
MIT License
11 stars 0 forks source link

Replace localStorage with IndexedDB #5

Closed steida closed 5 years ago

steida commented 5 years ago

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

Maybe via Relay client state https://github.com/steida/actualtasks/issues/4

Not sure yet.

steida commented 5 years ago

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.