fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Consider using reactive Dexie #1290

Open jtojnar opened 2 years ago

jtojnar commented 2 years ago

Dexie 3.2 introduced some magic for automatic updating, we might want to switch to that:

https://github.com/dexie/Dexie.js/releases/tag/v3.2.0

It would probably be best if we used hook-based API for online mode too.